Html Css Color HEX #911E16 Mandarian Orange

📋 copy color: '#911E16'

red 145 ◦ green 30 ◦ blue 22

#911E16
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mandarian Orange #911E16

Tints of Mandarian Orange #911E16

RGB

 RED value IS 145 (57.03% from 255) = 73.6%

 GREEN value IS 30 (12.11% from 255) = 15.23%

 BLUE value IS 22 (8.98% from 255) = 11.17%

R = 73.6%
G = 15.23%
B = 11.17%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.85

 K value IS 0.43

RGB Variations

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

Color information

#911E16 (or 0x911E16) is known color: Mandarian Orange. HEX triplet: 91, 1E and 16. RGB value is (145,30,22). Sum of RGB (Red+Green+Blue) = 145+30+22=197 (26% of max value = 765). Red value is 145 (57.03% from 255 or 73.60% from 197); Green value is 30 (12.11% from 255 or 15.23% from 197); Blue value is 22 (8.98% from 255 or 11.17% from 197); Max value from RGB is 145 - color contains mainly: red. Hex color #911E16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #911E16 is #6EE1E9. Grayscale: #3F3F3F. Windows color (decimal): -7266794 or 1449617. OLE color: 1449617.

HSL color Cylindrical-coordinate representation of color #911E16: hue angle of 3.9º degrees, saturation: 0.74, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #911E16 is Cyan = 0, Magento = 0.79, Yellow = 0.85 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 30 22 -
CMYK 0 0.79 0.85 0.43
HSL 3.9º 0.74% 0.33% -
HSV(B) 3.9º 0.85% 0.57% -
XYZ 12.29 7.01 1.46 -
YUV 63.47 104.6 186.15 -
System Red Green Blue C M Y K H S L
Decimal 145 30 22 0 0.79 0.85 0.43 3.9 0.74 0.33
Hex 91 1E 16 0 4F 55 2B 4 4A 21
Octal 221 36 26 0 117 125 53 4 112 41
Binary 10010001 11110 10110 0 1001111 1010101 101011 100 1001010 100001

Color Harmonies of #911E16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #911E16

Black with #911E16

Text Example


Text Example

White with #911E16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #911E16; }

 p { color: rgb(145,30,22); }

 H1.HeaderClassName
 {
   color: #911E16;
 }
 .AnyTagClassName
 {
   color: #911E16;
 }
</style>

background-color css

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

 a { background-color: rgb(145,30,22); }

 div.DivClassName
 {
   background-color: #911E16;
 }
 .BgClassName
 {
   background-color: #911E16;
 }
</style>

border-color css

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

 span { border-color: rgb(145,30,22); }

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