Html Css Color HEX #911D14 Mandarian Orange

📋 copy color: '#911D14'

red 145 ◦ green 29 ◦ blue 20

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

Shades of Mandarian Orange #911D14

Tints of Mandarian Orange #911D14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 10.31%

R = 74.74%
G = 14.95%
B = 10.31%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.86

 K value IS 0.43

RGB Variations

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

Color information

#911D14 (or 0x911D14) is known color: Mandarian Orange. HEX triplet: 91, 1D and 14. RGB value is (145,29,20). Sum of RGB (Red+Green+Blue) = 145+29+20=194 (25% of max value = 765). Red value is 145 (57.03% from 255 or 74.74% from 194); Green value is 29 (11.72% from 255 or 14.95% from 194); Blue value is 20 (8.20% from 255 or 10.31% from 194); Max value from RGB is 145 - color contains mainly: red. Hex color #911D14 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #911D14 is #6EE2EB. Grayscale: #3E3E3E. Windows color (decimal): -7267052 or 1318289. OLE color: 1318289.

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

Color convert

RGB 145 29 20 -
CMYK 0 0.8 0.86 0.43
HSL 4.32º 0.76% 0.32% -
HSV(B) 4.32º 0.86% 0.57% -
XYZ 12.24 6.95 1.36 -
YUV 62.66 103.93 186.73 -
System Red Green Blue C M Y K H S L
Decimal 145 29 20 0 0.8 0.86 0.43 4.32 0.76 0.32
Hex 91 1D 14 0 50 56 2B 4 4C 20
Octal 221 35 24 0 120 126 53 4 114 40
Binary 10010001 11101 10100 0 1010000 1010110 101011 100 1001100 100000

Color Harmonies of #911D14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #911D14

Black with #911D14

Text Example


Text Example

White with #911D14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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