#992209

Color #992209 Mandarian Orange (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mandarian Orange #992209

Tints of Mandarian Orange #992209

Color information

#992209 (or 0x992209) is unknown color: approx Mandarian Orange. HEX triplet: 99, 22 and 09. RGB value is (153,34,9). Sum of RGB (Red+Green+Blue) = 153+34+9=196 (25% of max value = 765). Red value is 153 (60.16% from 255 or 78.06% from 196); Green value is 34 (13.67% from 255 or 17.35% from 196); Blue value is 9 (3.91% from 255 or 4.59% from 196); Max value from RGB is 153 - color contains mainly: red. Hex color #992209 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #992209 is #66DDF6. Grayscale: #424242. Windows color (decimal): -6741495 or 598681. OLE color: 598681.

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

Color convert

RGB153349-
CMYK00.780.940.4
HSL10.42º88.89%31.76%-
HSV(B)10.42º94.12%60%-
XYZ13.767.941.07-
YUV66.7395.42189.53-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 78.06%
GREEN value IS 34 (13.67% from 255) = 17.35%
BLUE value IS 9 (3.91% from 255) = 4.59%
R=78.06%
G=17.35%
B=4.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.94
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15334900.780.940.410.4288.8931.76
Hex9922904E5E28a5920
Octal23142110116136501213140
Binary10011001100010100101001110101111010100010101011001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #992209

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #992209; }

 p { color: rgb(153,34,9); }

 H1.HeaderClassName
 {
   color: #992209;
 }
 .AnyTagClassName
 {
   color: #992209;
 }
</style>
background-color css

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

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

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

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

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

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