#991615

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

Shades of Mandarian Orange #991615

Tints of Mandarian Orange #991615

Color information

#991615 (or 0x991615) is unknown color: approx Mandarian Orange. HEX triplet: 99, 16 and 15. RGB value is (153,22,21). Sum of RGB (Red+Green+Blue) = 153+22+21=196 (25% of max value = 765). Red value is 153 (60.16% from 255 or 78.06% from 196); Green value is 22 (8.98% from 255 or 11.22% from 196); Blue value is 21 (8.59% from 255 or 10.71% from 196); Max value from RGB is 153 - color contains mainly: red. Hex color #991615 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #991615 is #66E9EA. Grayscale: #3D3D3D. Windows color (decimal): -6744555 or 1382041. OLE color: 1382041.

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

Color convert

RGB1532221-
CMYK00.860.860.4
HSL0.45º75.86%34.12%-
HSV(B)0.45º86.27%60%-
XYZ13.567.41.42-
YUV61.06105.4193.58-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 78.06%
GREEN value IS 22 (8.98% from 255) = 11.22%
BLUE value IS 21 (8.59% from 255) = 10.71%
R=78.06%
G=11.22%
B=10.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.86
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153222100.860.860.40.4575.8634.12
Hex991615056562804c22
Octal2312625012612650011442
Binary10011001101101010101010110101011010100001001100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #991615

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #991615; }

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

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

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

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

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

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

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

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