#961913

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

Shades of Mandarian Orange #961913

Tints of Mandarian Orange #961913

Color information

#961913 (or 0x961913) is unknown color: approx Mandarian Orange. HEX triplet: 96, 19 and 13. RGB value is (150,25,19). Sum of RGB (Red+Green+Blue) = 150+25+19=194 (25% of max value = 765). Red value is 150 (58.98% from 255 or 77.32% from 194); Green value is 25 (10.16% from 255 or 12.89% from 194); Blue value is 19 (7.81% from 255 or 9.79% from 194); Max value from RGB is 150 - color contains mainly: red. Hex color #961913 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #961913 is #69E6EC. Grayscale: #3D3D3D. Windows color (decimal): -6940397 or 1251734. OLE color: 1251734.

HSL color Cylindrical-coordinate representation of color #961913: hue angle of 2.75º 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 #961913 is Cyan = 0, Magento = 0.83, Yellow = 0.87 and Black (K on CMYK) = 0.41.

Color convert

RGB1502519-
CMYK00.830.870.41
HSL2.75º77.51%33.14%-
HSV(B)2.75º87.33%58.82%-
XYZ13.047.231.32-
YUV61.69103.91190.99-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 77.32%
GREEN value IS 25 (10.16% from 255) = 12.89%
BLUE value IS 19 (7.81% from 255) = 9.79%
R=77.32%
G=12.89%
B=9.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.87
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150251900.830.870.412.7577.5133.14
Hex961913053572934e21
Octal2263123012312751311641
Binary100101101100110011010100111010111101001111001110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #961913

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #961913; }

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

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

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

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

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

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

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

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