Html Css Color HEX #911D12 Mandarian Orange

📋 copy color: '#911D12'

red 145 ◦ green 29 ◦ blue 18

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

Shades of Mandarian Orange #911D12

Tints of Mandarian Orange #911D12

RGB

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

 GREEN value IS 29 (11.72% from 255) = 15.1%

 BLUE value IS 18 (7.42% from 255) = 9.38%

R = 75.52%
G = 15.1%
B = 9.38%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.88

 K value IS 0.43

RGB Variations

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

Color information

#911D12 (or 0x911D12) is known color: Mandarian Orange. HEX triplet: 91, 1D and 12. RGB value is (145,29,18). Sum of RGB (Red+Green+Blue) = 145+29+18=192 (25% of max value = 765). Red value is 145 (57.03% from 255 or 75.52% from 192); Green value is 29 (11.72% from 255 or 15.10% from 192); Blue value is 18 (7.42% from 255 or 9.38% from 192); Max value from RGB is 145 - color contains mainly: red. Hex color #911D12 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #911D12 is #6EE2ED. Grayscale: #3E3E3E. Windows color (decimal): -7267054 or 1187217. OLE color: 1187217.

HSL color Cylindrical-coordinate representation of color #911D12: hue angle of 5.2º degrees, saturation: 0.78, 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 #911D12 is Cyan = 0, Magento = 0.8, Yellow = 0.88 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 29 18 -
CMYK 0 0.8 0.88 0.43
HSL 5.2º 0.78% 0.32% -
HSV(B) 5.2º 0.88% 0.57% -
XYZ 12.23 6.94 1.27 -
YUV 62.43 102.93 186.89 -
System Red Green Blue C M Y K H S L
Decimal 145 29 18 0 0.8 0.88 0.43 5.2 0.78 0.32
Hex 91 1D 12 0 50 58 2B 5 4E 20
Octal 221 35 22 0 120 130 53 5 116 40
Binary 10010001 11101 10010 0 1010000 1011000 101011 101 1001110 100000

Color Harmonies of #911D12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #911D12

Black with #911D12

Text Example


Text Example

White with #911D12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(145,29,18); }

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

background-color css

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

 a { background-color: rgb(145,29,18); }

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

border-color css

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

 span { border-color: rgb(145,29,18); }

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