Html Css Color HEX #992017 Mandarian Orange

📋 copy color: '#992017'

red 153 ◦ green 32 ◦ blue 23

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

Shades of Mandarian Orange #992017

Tints of Mandarian Orange #992017

RGB

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

 GREEN value IS 32 (12.89% from 255) = 15.38%

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

R = 73.56%
G = 15.38%
B = 11.06%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.85

 K value IS 0.4

RGB Variations

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

Color information

#992017 (or 0x992017) is known color: Mandarian Orange. HEX triplet: 99, 20 and 17. RGB value is (153,32,23). Sum of RGB (Red+Green+Blue) = 153+32+23=208 (27% of max value = 765). Red value is 153 (60.16% from 255 or 73.56% from 208); Green value is 32 (12.89% from 255 or 15.38% from 208); Blue value is 23 (9.38% from 255 or 11.06% from 208); Max value from RGB is 153 - color contains mainly: red. Hex color #992017 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #992017 is #66DFE8. Grayscale: #434343. Windows color (decimal): -6741993 or 1515673. OLE color: 1515673.

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

Color convert

RGB 153 32 23 -
CMYK 0 0.79 0.85 0.4
HSL 4.15º 0.74% 0.35% -
HSV(B) 4.15º 0.85% 0.6% -
XYZ 13.81 7.87 1.6 -
YUV 67.15 103.09 189.23 -
System Red Green Blue C M Y K H S L
Decimal 153 32 23 0 0.79 0.85 0.4 4.15 0.74 0.35
Hex 99 20 17 0 4F 55 28 4 4A 23
Octal 231 40 27 0 117 125 50 4 112 43
Binary 10011001 100000 10111 0 1001111 1010101 101000 100 1001010 100011

Color Harmonies of #992017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #992017

Black with #992017

Text Example


Text Example

White with #992017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #992017; }

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

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

background-color css

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

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

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

border-color css

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

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

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