#991B0A

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

Shades of Mandarian Orange #991B0A

Tints of Mandarian Orange #991B0A

Color information

#991B0A (or 0x991B0A) is unknown color: approx Mandarian Orange. HEX triplet: 99, 1B and 0A. RGB value is (153,27,10). Sum of RGB (Red+Green+Blue) = 153+27+10=190 (25% of max value = 765). Red value is 153 (60.16% from 255 or 80.53% from 190); Green value is 27 (10.94% from 255 or 14.21% from 190); Blue value is 10 (4.30% from 255 or 5.26% from 190); Max value from RGB is 153 - color contains mainly: red. Hex color #991B0A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #991B0A is #66E4F5. Grayscale: #3E3E3E. Windows color (decimal): -6743286 or 662425. OLE color: 662425.

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

Color convert

RGB1532710-
CMYK00.820.930.4
HSL7.13º87.73%31.96%-
HSV(B)7.13º93.46%60%-
XYZ13.587.581.03-
YUV62.7498.24192.38-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 80.53%
GREEN value IS 27 (10.94% from 255) = 14.21%
BLUE value IS 10 (4.30% from 255) = 5.26%
R=80.53%
G=14.21%
B=5.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.93
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153271000.820.930.47.1387.7331.96
Hex991BA0525D2875820
Octal2313312012213550713040
Binary100110011101110100101001010111011010001111011000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #991B0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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