#912117

Color #912117 Mandarian Orange (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mandarian Orange #912117

Tints of Mandarian Orange #912117

Color information

#912117 (or 0x912117) is unknown color: approx Mandarian Orange. HEX triplet: 91, 21 and 17. RGB value is (145,33,23). Sum of RGB (Red+Green+Blue) = 145+33+23=201 (26% of max value = 765). Red value is 145 (57.03% from 255 or 72.14% from 201); Green value is 33 (13.28% from 255 or 16.42% from 201); Blue value is 23 (9.38% from 255 or 11.44% from 201); Max value from RGB is 145 - color contains mainly: red. Hex color #912117 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #912117 is #6EDEE8. Grayscale: #414141. Windows color (decimal): -7266025 or 1515921. OLE color: 1515921.

HSL color Cylindrical-coordinate representation of color #912117: hue angle of 4.92º degrees, saturation: 0.73, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #912117 is Cyan = 0, Magento = 0.77, Yellow = 0.84 and Black (K on CMYK) = 0.43.

Color convert

RGB1453323-
CMYK00.770.840.43
HSL4.92º72.62%32.94%-
HSV(B)4.92º84.14%56.86%-
XYZ12.387.171.54-
YUV65.35104.11184.81-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 145 (57.03% from 255) = 72.14%
GREEN value IS 33 (13.28% from 255) = 16.42%
BLUE value IS 23 (9.38% from 255) = 11.44%
R=72.14%
G=16.42%
B=11.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.84
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145332300.770.840.434.9272.6232.94
Hex91211704D542B54921
Octal2214127011512453511141
Binary10010001100001101110100110110101001010111011001001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #912117

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #912117; }

 p { color: rgb(145,33,23); }

 H1.HeaderClassName
 {
   color: #912117;
 }
 .AnyTagClassName
 {
   color: #912117;
 }
</style>
background-color css

<style>
 a { background-color: #912117; }

 a { background-color: rgb(145,33,23); }

 div.DivClassName
 {
   background-color: #912117;
 }
 .BgClassName
 {
   background-color: #912117;
 }
</style>
border-color css

<style>
 span { border-color: #912117; }

 span { border-color: rgb(145,33,23); }

 td.TdClassName
 {
   border-color: #912117;
 }
 .TagClassName
 {
   border-color: #912117;
 }
</style>