#991C15

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

Shades of Mandarian Orange #991C15

Tints of Mandarian Orange #991C15

Color information

#991C15 (or 0x991C15) is unknown color: approx Mandarian Orange. HEX triplet: 99, 1C and 15. RGB value is (153,28,21). Sum of RGB (Red+Green+Blue) = 153+28+21=202 (26% of max value = 765). Red value is 153 (60.16% from 255 or 75.74% from 202); Green value is 28 (11.33% from 255 or 13.86% from 202); Blue value is 21 (8.59% from 255 or 10.40% from 202); Max value from RGB is 153 - color contains mainly: red. Hex color #991C15 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #991C15 is #66E3EA. Grayscale: #404040. Windows color (decimal): -6743019 or 1383577. OLE color: 1383577.

HSL color Cylindrical-coordinate representation of color #991C15: hue angle of 3.18º degrees, saturation: 0.76, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #991C15 is Cyan = 0, Magento = 0.82, Yellow = 0.86 and Black (K on CMYK) = 0.4.

Color convert

RGB1532821-
CMYK00.820.860.4
HSL3.18º75.86%34.12%-
HSV(B)3.18º86.27%60%-
XYZ13.697.661.47-
YUV64.58103.41191.07-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 75.74%
GREEN value IS 28 (11.33% from 255) = 13.86%
BLUE value IS 21 (8.59% from 255) = 10.40%
R=75.74%
G=13.86%
B=10.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.86
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153282100.820.860.43.1875.8634.12
Hex991C15052562834c22
Octal2313425012212650311442
Binary100110011110010101010100101010110101000111001100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #991C15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,28,21); }

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

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

 a { background-color: rgb(153,28,21); }

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

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

 span { border-color: rgb(153,28,21); }

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