Html Css Color HEX #912016 Mandarian Orange

📋 copy color: '#912016'

red 145 ◦ green 32 ◦ blue 22

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

Shades of Mandarian Orange #912016

Tints of Mandarian Orange #912016

RGB

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

 GREEN value IS 32 (12.89% from 255) = 16.08%

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

R = 72.86%
G = 16.08%
B = 11.06%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.85

 K value IS 0.43

RGB Variations

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

Color information

#912016 (or 0x912016) is known color: Mandarian Orange. HEX triplet: 91, 20 and 16. RGB value is (145,32,22). Sum of RGB (Red+Green+Blue) = 145+32+22=199 (26% of max value = 765). Red value is 145 (57.03% from 255 or 72.86% from 199); Green value is 32 (12.89% from 255 or 16.08% from 199); Blue value is 22 (8.98% from 255 or 11.06% from 199); Max value from RGB is 145 - color contains mainly: red. Hex color #912016 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #912016 is #6EDFE9. Grayscale: #404040. Windows color (decimal): -7266282 or 1450129. OLE color: 1450129.

HSL color Cylindrical-coordinate representation of color #912016: hue angle of 4.88º 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 #912016 is Cyan = 0, Magento = 0.78, Yellow = 0.85 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 32 22 -
CMYK 0 0.78 0.85 0.43
HSL 4.88º 0.74% 0.33% -
HSV(B) 4.88º 0.85% 0.57% -
XYZ 12.34 7.11 1.48 -
YUV 64.65 103.94 185.31 -
System Red Green Blue C M Y K H S L
Decimal 145 32 22 0 0.78 0.85 0.43 4.88 0.74 0.33
Hex 91 20 16 0 4E 55 2B 5 4A 21
Octal 221 40 26 0 116 125 53 5 112 41
Binary 10010001 100000 10110 0 1001110 1010101 101011 101 1001010 100001

Color Harmonies of #912016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #912016

Black with #912016

Text Example


Text Example

White with #912016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #912016; }

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

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

background-color css

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

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

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

border-color css

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

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

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