#991C17

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

Shades of Mandarian Orange #991C17

Tints of Mandarian Orange #991C17

Color information

#991C17 (or 0x991C17) is unknown color: approx Mandarian Orange. HEX triplet: 99, 1C and 17. RGB value is (153,28,23). Sum of RGB (Red+Green+Blue) = 153+28+23=204 (27% of max value = 765). Red value is 153 (60.16% from 255 or 75% from 204); Green value is 28 (11.33% from 255 or 13.73% from 204); Blue value is 23 (9.38% from 255 or 11.27% from 204); Max value from RGB is 153 - color contains mainly: red. Hex color #991C17 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #991C17 is #66E3E8. Grayscale: #404040. Windows color (decimal): -6743017 or 1514649. OLE color: 1514649.

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

Color convert

RGB1532823-
CMYK00.820.850.4
HSL2.31º73.86%34.51%-
HSV(B)2.31º84.97%60%-
XYZ13.717.661.57-
YUV64.81104.41190.91-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 75%
GREEN value IS 28 (11.33% from 255) = 13.73%
BLUE value IS 23 (9.38% from 255) = 11.27%
R=75%
G=13.73%
B=11.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.85
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153282300.820.850.42.3173.8634.51
Hex991C17052552824a23
Octal2313427012212550211243
Binary100110011110010111010100101010101101000101001010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #991C17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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