#961513

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

Shades of Mandarian Orange #961513

Tints of Mandarian Orange #961513

Color information

#961513 (or 0x961513) is unknown color: approx Mandarian Orange. HEX triplet: 96, 15 and 13. RGB value is (150,21,19). Sum of RGB (Red+Green+Blue) = 150+21+19=190 (25% of max value = 765). Red value is 150 (58.98% from 255 or 78.95% from 190); Green value is 21 (8.59% from 255 or 11.05% from 190); Blue value is 19 (7.81% from 255 or 10% from 190); Max value from RGB is 150 - color contains mainly: red. Hex color #961513 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #961513 is #69EAEC. Grayscale: #3B3B3B. Windows color (decimal): -6941421 or 1250710. OLE color: 1250710.

HSL color Cylindrical-coordinate representation of color #961513: hue angle of 0.92º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #961513 is Cyan = 0, Magento = 0.86, Yellow = 0.87 and Black (K on CMYK) = 0.41.

Color convert

RGB1502119-
CMYK00.860.870.41
HSL0.92º77.51%33.14%-
HSV(B)0.92º87.33%58.82%-
XYZ12.967.071.3-
YUV59.34105.24192.66-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 78.95%
GREEN value IS 21 (8.59% from 255) = 11.05%
BLUE value IS 19 (7.81% from 255) = 10%
R=78.95%
G=11.05%
B=10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.87
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150211900.860.870.410.9277.5133.14
Hex961513056572914e21
Octal2262523012612751111641
Binary10010110101011001101010110101011110100111001110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #961513

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #961513; }

 p { color: rgb(150,21,19); }

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

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

 a { background-color: rgb(150,21,19); }

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

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

 span { border-color: rgb(150,21,19); }

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