Html Css Color HEX #992117 Mandarian Orange

📋 copy color: '#992117'

red 153 ◦ green 33 ◦ blue 23

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

Shades of Mandarian Orange #992117

Tints of Mandarian Orange #992117

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 11%

R = 73.21%
G = 15.79%
B = 11%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.85

 K value IS 0.4

RGB Variations

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

Color information

#992117 (or 0x992117) is known color: Mandarian Orange. HEX triplet: 99, 21 and 17. RGB value is (153,33,23). Sum of RGB (Red+Green+Blue) = 153+33+23=209 (27% of max value = 765). Red value is 153 (60.16% from 255 or 73.21% from 209); Green value is 33 (13.28% from 255 or 15.79% from 209); Blue value is 23 (9.38% from 255 or 11.00% from 209); Max value from RGB is 153 - color contains mainly: red. Hex color #992117 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #992117 is #66DEE8. Grayscale: #434343. Windows color (decimal): -6741737 or 1515929. OLE color: 1515929.

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

Color convert

RGB 153 33 23 -
CMYK 0 0.78 0.85 0.4
HSL 4.62º 0.74% 0.35% -
HSV(B) 4.62º 0.85% 0.6% -
XYZ 13.84 7.92 1.61 -
YUV 67.74 102.76 188.81 -
System Red Green Blue C M Y K H S L
Decimal 153 33 23 0 0.78 0.85 0.4 4.62 0.74 0.35
Hex 99 21 17 0 4E 55 28 5 4A 23
Octal 231 41 27 0 116 125 50 5 112 43
Binary 10011001 100001 10111 0 1001110 1010101 101000 101 1001010 100011

Color Harmonies of #992117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #992117

Black with #992117

Text Example


Text Example

White with #992117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #992117; }

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

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

background-color css

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

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

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

border-color css

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

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

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