Html Css Color HEX #992020 Mandarian Orange

📋 copy color: '#992020'

red 153 ◦ green 32 ◦ blue 32

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

Shades of Mandarian Orange #992020

Tints of Mandarian Orange #992020

RGB

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

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

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

R = 70.51%
G = 14.75%
B = 14.75%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.79

 K value IS 0.4

RGB Variations

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

Color information

#992020 (or 0x992020) is known color: Mandarian Orange. HEX triplet: 99, 20 and 20. RGB value is (153,32,32). Sum of RGB (Red+Green+Blue) = 153+32+32=217 (28% of max value = 765). Red value is 153 (60.16% from 255 or 70.51% from 217); Green value is 32 (12.89% from 255 or 14.75% from 217); Blue value is 32 (12.89% from 255 or 14.75% from 217); Max value from RGB is 153 - color contains mainly: red. Hex color #992020 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #992020 is #66DFDF. Grayscale: #444444. Windows color (decimal): -6741984 or 2105497. OLE color: 2105497.

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

Color convert

RGB 153 32 32 -
CMYK 0 0.79 0.79 0.4
HSL 0.65% 0.36% -
HSV(B) 0.79% 0.6% -
XYZ 13.91 7.91 2.16 -
YUV 68.18 107.59 188.5 -
System Red Green Blue C M Y K H S L
Decimal 153 32 32 0 0.79 0.79 0.4 0 0.65 0.36
Hex 99 20 20 0 4F 4F 28 0 41 24
Octal 231 40 40 0 117 117 50 0 101 44
Binary 10011001 100000 100000 0 1001111 1001111 101000 0 1000001 100100

Color Harmonies of #992020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #992020

Black with #992020

Text Example


Text Example

White with #992020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #992020; }

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

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

background-color css

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

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

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

border-color css

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

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

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