Html Css Color HEX #911E11 Mandarian Orange

📋 copy color: '#911E11'

red 145 ◦ green 30 ◦ blue 17

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

Shades of Mandarian Orange #911E11

Tints of Mandarian Orange #911E11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 8.85%

R = 75.52%
G = 15.63%
B = 8.85%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.88

 K value IS 0.43

RGB Variations

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

Color information

#911E11 (or 0x911E11) is known color: Mandarian Orange. HEX triplet: 91, 1E and 11. RGB value is (145,30,17). Sum of RGB (Red+Green+Blue) = 145+30+17=192 (25% of max value = 765). Red value is 145 (57.03% from 255 or 75.52% from 192); Green value is 30 (12.11% from 255 or 15.62% from 192); Blue value is 17 (7.03% from 255 or 8.85% from 192); Max value from RGB is 145 - color contains mainly: red. Hex color #911E11 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #911E11 is #6EE1EE. Grayscale: #3F3F3F. Windows color (decimal): -7266799 or 1121937. OLE color: 1121937.

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

Color convert

RGB 145 30 17 -
CMYK 0 0.79 0.88 0.43
HSL 6.09º 0.79% 0.32% -
HSV(B) 6.09º 0.88% 0.57% -
XYZ 12.24 6.99 1.23 -
YUV 62.9 102.1 186.56 -
System Red Green Blue C M Y K H S L
Decimal 145 30 17 0 0.79 0.88 0.43 6.09 0.79 0.32
Hex 91 1E 11 0 4F 58 2B 6 4F 20
Octal 221 36 21 0 117 130 53 6 117 40
Binary 10010001 11110 10001 0 1001111 1011000 101011 110 1001111 100000

Color Harmonies of #911E11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #911E11

Black with #911E11

Text Example


Text Example

White with #911E11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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