#971513

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

Shades of Mandarian Orange #971513

Tints of Mandarian Orange #971513

Color information

#971513 (or 0x971513) is unknown color: approx Mandarian Orange. HEX triplet: 97, 15 and 13. RGB value is (151,21,19). Sum of RGB (Red+Green+Blue) = 151+21+19=191 (25% of max value = 765). Red value is 151 (59.38% from 255 or 79.06% from 191); Green value is 21 (8.59% from 255 or 10.99% from 191); Blue value is 19 (7.81% from 255 or 9.95% from 191); Max value from RGB is 151 - color contains mainly: red. Hex color #971513 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #971513 is #68EAEC. Grayscale: #3B3B3B. Windows color (decimal): -6875885 or 1250711. OLE color: 1250711.

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

Color convert

RGB1512119-
CMYK00.860.870.41
HSL0.91º77.65%33.33%-
HSV(B)0.91º87.42%59.22%-
XYZ13.157.161.31-
YUV59.64105.07193.16-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 79.06%
GREEN value IS 21 (8.59% from 255) = 10.99%
BLUE value IS 19 (7.81% from 255) = 9.95%
R=79.06%
G=10.99%
B=9.95%

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
Decimal151211900.860.870.410.9177.6533.33
Hex971513056572914e21
Octal2272523012612751111641
Binary10010111101011001101010110101011110100111001110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #971513

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #971513; }

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

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

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

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

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

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

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

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