#992105

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

Shades of Mandarian Orange #992105

Tints of Mandarian Orange #992105

Color information

#992105 (or 0x992105) is unknown color: approx Mandarian Orange. HEX triplet: 99, 21 and 05. RGB value is (153,33,5). Sum of RGB (Red+Green+Blue) = 153+33+5=191 (25% of max value = 765). Red value is 153 (60.16% from 255 or 80.10% from 191); Green value is 33 (13.28% from 255 or 17.28% from 191); Blue value is 5 (2.34% from 255 or 2.62% from 191); Max value from RGB is 153 - color contains mainly: red. Hex color #992105 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #992105 is #66DEFA. Grayscale: #414141. Windows color (decimal): -6741755 or 336281. OLE color: 336281.

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

Color convert

RGB153335-
CMYK00.780.970.4
HSL11.35º93.67%30.98%-
HSV(B)11.35º96.73%60%-
XYZ13.717.870.94-
YUV65.6993.76190.28-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 80.10%
GREEN value IS 33 (13.28% from 255) = 17.28%
BLUE value IS 5 (2.34% from 255) = 2.62%
R=80.10%
G=17.28%
B=2.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.97
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15333500.780.970.411.3593.6730.98
Hex9921504E6128b5e1f
Octal2314150116141501313637
Binary100110011000011010100111011000011010001011101111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #992105

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #992105; }

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

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

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

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

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

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

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

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