Html Css Color HEX #992005 Mandarian Orange

📋 copy color: '#992005'

red 153 ◦ green 32 ◦ blue 5

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

Shades of Mandarian Orange #992005

Tints of Mandarian Orange #992005

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.63%

R = 80.53%
G = 16.84%
B = 2.63%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.97

 K value IS 0.4

RGB Variations

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

Color information

#992005 (or 0x992005) is known color: Mandarian Orange. HEX triplet: 99, 20 and 05. RGB value is (153,32,5). Sum of RGB (Red+Green+Blue) = 153+32+5=190 (25% of max value = 765). Red value is 153 (60.16% from 255 or 80.53% from 190); Green value is 32 (12.89% from 255 or 16.84% from 190); Blue value is 5 (2.34% from 255 or 2.63% from 190); Max value from RGB is 153 - color contains mainly: red. Hex color #992005 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #992005 is #66DFFA. Grayscale: #414141. Windows color (decimal): -6742011 or 336025. OLE color: 336025.

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

Color convert

RGB 153 32 5 -
CMYK 0 0.79 0.97 0.4
HSL 10.95º 0.94% 0.31% -
HSV(B) 10.95º 0.97% 0.6% -
XYZ 13.68 7.82 0.93 -
YUV 65.1 94.09 190.7 -
System Red Green Blue C M Y K H S L
Decimal 153 32 5 0 0.79 0.97 0.4 10.95 0.94 0.31
Hex 99 20 5 0 4F 61 28 B 5E 1F
Octal 231 40 5 0 117 141 50 13 136 37
Binary 10011001 100000 101 0 1001111 1100001 101000 1011 1011110 11111

Color Harmonies of #992005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #992005

Black with #992005

Text Example


Text Example

White with #992005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #992005; }

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

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

background-color css

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

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

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

border-color css

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

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

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