Html Css Color HEX #992116 Mandarian Orange

📋 copy color: '#992116'

red 153 ◦ green 33 ◦ blue 22

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

Shades of Mandarian Orange #992116

Tints of Mandarian Orange #992116

RGB

 RED value IS 153 (60.16% from 255) = 73.56%

 GREEN value IS 33 (13.28% from 255) = 15.87%

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

R = 73.56%
G = 15.87%
B = 10.58%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.86

 K value IS 0.4

RGB Variations

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

Color information

#992116 (or 0x992116) is known color: Mandarian Orange. HEX triplet: 99, 21 and 16. RGB value is (153,33,22). Sum of RGB (Red+Green+Blue) = 153+33+22=208 (27% of max value = 765). Red value is 153 (60.16% from 255 or 73.56% from 208); Green value is 33 (13.28% from 255 or 15.87% from 208); Blue value is 22 (8.98% from 255 or 10.58% from 208); Max value from RGB is 153 - color contains mainly: red. Hex color #992116 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #992116 is #66DEE9. Grayscale: #434343. Windows color (decimal): -6741738 or 1450393. OLE color: 1450393.

HSL color Cylindrical-coordinate representation of color #992116: hue angle of 5.04º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #992116 is Cyan = 0, Magento = 0.78, Yellow = 0.86 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 33 22 -
CMYK 0 0.78 0.86 0.4
HSL 5.04º 0.75% 0.34% -
HSV(B) 5.04º 0.86% 0.6% -
XYZ 13.83 7.92 1.56 -
YUV 67.63 102.26 188.89 -
System Red Green Blue C M Y K H S L
Decimal 153 33 22 0 0.78 0.86 0.4 5.04 0.75 0.34
Hex 99 21 16 0 4E 56 28 5 4B 22
Octal 231 41 26 0 116 126 50 5 113 42
Binary 10011001 100001 10110 0 1001110 1010110 101000 101 1001011 100010

Color Harmonies of #992116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #992116

Black with #992116

Text Example


Text Example

White with #992116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #992116; }

 p { color: rgb(153,33,22); }

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

background-color css

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

 a { background-color: rgb(153,33,22); }

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

border-color css

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

 span { border-color: rgb(153,33,22); }

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