Html Css Color HEX #911D16 Mandarian Orange

📋 copy color: '#911D16'

red 145 ◦ green 29 ◦ blue 22

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

Shades of Mandarian Orange #911D16

Tints of Mandarian Orange #911D16

RGB

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

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

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

R = 73.98%
G = 14.8%
B = 11.22%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.85

 K value IS 0.43

RGB Variations

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

Color information

#911D16 (or 0x911D16) is known color: Mandarian Orange. HEX triplet: 91, 1D and 16. RGB value is (145,29,22). Sum of RGB (Red+Green+Blue) = 145+29+22=196 (25% of max value = 765). Red value is 145 (57.03% from 255 or 73.98% from 196); Green value is 29 (11.72% from 255 or 14.80% from 196); Blue value is 22 (8.98% from 255 or 11.22% from 196); Max value from RGB is 145 - color contains mainly: red. Hex color #911D16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #911D16 is #6EE2E9. Grayscale: #3F3F3F. Windows color (decimal): -7267050 or 1449361. OLE color: 1449361.

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

Color convert

RGB 145 29 22 -
CMYK 0 0.8 0.85 0.43
HSL 3.41º 0.74% 0.33% -
HSV(B) 3.41º 0.85% 0.57% -
XYZ 12.26 6.96 1.46 -
YUV 62.89 104.93 186.57 -
System Red Green Blue C M Y K H S L
Decimal 145 29 22 0 0.8 0.85 0.43 3.41 0.74 0.33
Hex 91 1D 16 0 50 55 2B 3 4A 21
Octal 221 35 26 0 120 125 53 3 112 41
Binary 10010001 11101 10110 0 1010000 1010101 101011 11 1001010 100001

Color Harmonies of #911D16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #911D16

Black with #911D16

Text Example


Text Example

White with #911D16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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