Html Css Color HEX #992111 Mandarian Orange

📋 copy color: '#992111'

red 153 ◦ green 33 ◦ blue 17

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

Shades of Mandarian Orange #992111

Tints of Mandarian Orange #992111

RGB

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

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

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

R = 75.37%
G = 16.26%
B = 8.37%

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

#992111 (or 0x992111) is known color: Mandarian Orange. HEX triplet: 99, 21 and 11. RGB value is (153,33,17). Sum of RGB (Red+Green+Blue) = 153+33+17=203 (26% of max value = 765). Red value is 153 (60.16% from 255 or 75.37% from 203); Green value is 33 (13.28% from 255 or 16.26% from 203); Blue value is 17 (7.03% from 255 or 8.37% from 203); Max value from RGB is 153 - color contains mainly: red. Hex color #992111 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #992111 is #66DEEE. Grayscale: #434343. Windows color (decimal): -6741743 or 1122713. OLE color: 1122713.

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

Color convert

RGB 153 33 17 -
CMYK 0 0.78 0.89 0.4
HSL 7.06º 0.8% 0.33% -
HSV(B) 7.06º 0.89% 0.6% -
XYZ 13.78 7.9 1.33 -
YUV 67.06 99.76 189.3 -
System Red Green Blue C M Y K H S L
Decimal 153 33 17 0 0.78 0.89 0.4 7.06 0.8 0.33
Hex 99 21 11 0 4E 59 28 7 50 21
Octal 231 41 21 0 116 131 50 7 120 41
Binary 10011001 100001 10001 0 1001110 1011001 101000 111 1010000 100001

Color Harmonies of #992111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #992111

Black with #992111

Text Example


Text Example

White with #992111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #992111; }

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

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

background-color css

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

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

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

border-color css

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

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

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