#991D0C

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

Shades of Mandarian Orange #991D0C

Tints of Mandarian Orange #991D0C

Color information

#991D0C (or 0x991D0C) is unknown color: approx Mandarian Orange. HEX triplet: 99, 1D and 0C. RGB value is (153,29,12). Sum of RGB (Red+Green+Blue) = 153+29+12=194 (25% of max value = 765). Red value is 153 (60.16% from 255 or 78.87% from 194); Green value is 29 (11.72% from 255 or 14.95% from 194); Blue value is 12 (5.08% from 255 or 6.19% from 194); Max value from RGB is 153 - color contains mainly: red. Hex color #991D0C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #991D0C is #66E2F3. Grayscale: #404040. Windows color (decimal): -6742772 or 794009. OLE color: 794009.

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

Color convert

RGB1532912-
CMYK00.810.920.4
HSL7.23º85.45%32.35%-
HSV(B)7.23º92.16%60%-
XYZ13.647.681.11-
YUV64.1498.58191.38-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 78.87%
GREEN value IS 29 (11.72% from 255) = 14.95%
BLUE value IS 12 (5.08% from 255) = 6.19%
R=78.87%
G=14.95%
B=6.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.92
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153291200.810.920.47.2385.4532.35
Hex991DC0515C2875520
Octal2313514012113450712540
Binary100110011110111000101000110111001010001111010101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #991D0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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