Html Css Color HEX #992211 Mandarian Orange

📋 copy color: '#992211'

red 153 ◦ green 34 ◦ blue 17

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

Shades of Mandarian Orange #992211

Tints of Mandarian Orange #992211

RGB

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

 GREEN value IS 34 (13.67% from 255) = 16.67%

 BLUE value IS 17 (7.03% from 255) = 8.33%

R = 75%
G = 16.67%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.89

 K value IS 0.4

RGB Variations

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

Color information

#992211 (or 0x992211) is known color: Mandarian Orange. HEX triplet: 99, 22 and 11. RGB value is (153,34,17). Sum of RGB (Red+Green+Blue) = 153+34+17=204 (27% of max value = 765). Red value is 153 (60.16% from 255 or 75% from 204); Green value is 34 (13.67% from 255 or 16.67% from 204); Blue value is 17 (7.03% from 255 or 8.33% from 204); Max value from RGB is 153 - color contains mainly: red. Hex color #992211 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #992211 is #66DDEE. Grayscale: #434343. Windows color (decimal): -6741487 or 1122969. OLE color: 1122969.

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

Color convert

RGB 153 34 17 -
CMYK 0 0.78 0.89 0.4
HSL 7.5º 0.8% 0.33% -
HSV(B) 7.5º 0.89% 0.6% -
XYZ 13.81 7.96 1.34 -
YUV 67.64 99.42 188.88 -
System Red Green Blue C M Y K H S L
Decimal 153 34 17 0 0.78 0.89 0.4 7.5 0.8 0.33
Hex 99 22 11 0 4E 59 28 8 50 21
Octal 231 42 21 0 116 131 50 10 120 41
Binary 10011001 100010 10001 0 1001110 1011001 101000 1000 1010000 100001

Color Harmonies of #992211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #992211

Black with #992211

Text Example


Text Example

White with #992211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #992211; }

 p { color: rgb(153,34,17); }

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

background-color css

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

 a { background-color: rgb(153,34,17); }

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

border-color css

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

 span { border-color: rgb(153,34,17); }

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