#991D0A

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

Shades of Mandarian Orange #991D0A

Tints of Mandarian Orange #991D0A

Color information

#991D0A (or 0x991D0A) is unknown color: approx Mandarian Orange. HEX triplet: 99, 1D and 0A. RGB value is (153,29,10). Sum of RGB (Red+Green+Blue) = 153+29+10=192 (25% of max value = 765). Red value is 153 (60.16% from 255 or 79.69% from 192); Green value is 29 (11.72% from 255 or 15.10% from 192); Blue value is 10 (4.30% from 255 or 5.21% from 192); Max value from RGB is 153 - color contains mainly: red. Hex color #991D0A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #991D0A is #66E2F5. Grayscale: #404040. Windows color (decimal): -6742774 or 662937. OLE color: 662937.

HSL color Cylindrical-coordinate representation of color #991D0A: hue angle of 7.97º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #991D0A is Cyan = 0, Magento = 0.81, Yellow = 0.93 and Black (K on CMYK) = 0.4.

Color convert

RGB1532910-
CMYK00.810.930.4
HSL7.97º87.73%31.96%-
HSV(B)7.97º93.46%60%-
XYZ13.637.671.05-
YUV63.9197.58191.54-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 79.69%
GREEN value IS 29 (11.72% from 255) = 15.10%
BLUE value IS 10 (4.30% from 255) = 5.21%
R=79.69%
G=15.10%
B=5.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.93
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153291000.810.930.47.9787.7331.96
Hex991DA0515D2885820
Octal23135120121135501013040
Binary1001100111101101001010001101110110100010001011000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #991D0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #991D0A; }

 p { color: rgb(153,29,10); }

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

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

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

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

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

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

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