Html Css Color HEX #992120 Mandarian Orange

📋 copy color: '#992120'

red 153 ◦ green 33 ◦ blue 32

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

Shades of Mandarian Orange #992120

Tints of Mandarian Orange #992120

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 14.68%

R = 70.18%
G = 15.14%
B = 14.68%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.79

 K value IS 0.4

RGB Variations

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

Color information

#992120 (or 0x992120) is known color: Mandarian Orange. HEX triplet: 99, 21 and 20. RGB value is (153,33,32). Sum of RGB (Red+Green+Blue) = 153+33+32=218 (28% of max value = 765). Red value is 153 (60.16% from 255 or 70.18% from 218); Green value is 33 (13.28% from 255 or 15.14% from 218); Blue value is 32 (12.89% from 255 or 14.68% from 218); Max value from RGB is 153 - color contains mainly: red. Hex color #992120 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #992120 is #66DEDF. Grayscale: #444444. Windows color (decimal): -6741728 or 2105753. OLE color: 2105753.

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

Color convert

RGB 153 33 32 -
CMYK 0 0.78 0.79 0.4
HSL 0.5º 0.65% 0.36% -
HSV(B) 0.5º 0.79% 0.6% -
XYZ 13.94 7.96 2.17 -
YUV 68.77 107.26 188.08 -
System Red Green Blue C M Y K H S L
Decimal 153 33 32 0 0.78 0.79 0.4 0.5 0.65 0.36
Hex 99 21 20 0 4E 4F 28 0 41 24
Octal 231 41 40 0 116 117 50 0 101 44
Binary 10011001 100001 100000 0 1001110 1001111 101000 0 1000001 100100

Color Harmonies of #992120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #992120

Black with #992120

Text Example


Text Example

White with #992120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #992120; }

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

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

background-color css

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

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

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

border-color css

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

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

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