#971616

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

Shades of Mandarian Orange #971616

Tints of Mandarian Orange #971616

Color information

#971616 (or 0x971616) is unknown color: approx Mandarian Orange. HEX triplet: 97, 16 and 16. RGB value is (151,22,22). Sum of RGB (Red+Green+Blue) = 151+22+22=195 (25% of max value = 765). Red value is 151 (59.38% from 255 or 77.44% from 195); Green value is 22 (8.98% from 255 or 11.28% from 195); Blue value is 22 (8.98% from 255 or 11.28% from 195); Max value from RGB is 151 - color contains mainly: red. Hex color #971616 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #971616 is #68E9E9. Grayscale: #3C3C3C. Windows color (decimal): -6875626 or 1447575. OLE color: 1447575.

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

Color convert

RGB1512222-
CMYK00.850.850.41
HSL74.57%33.92%-
HSV(B)85.43%59.22%-
XYZ13.197.211.46-
YUV60.57106.24192.5-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 77.44%
GREEN value IS 22 (8.98% from 255) = 11.28%
BLUE value IS 22 (8.98% from 255) = 11.28%
R=77.44%
G=11.28%
B=11.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.85
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151222200.850.850.41074.5733.92
Hex971616055552904b22
Octal2272626012512551011342
Binary10010111101101011001010101101010110100101001011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #971616

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #971616; }

 p { color: rgb(151,22,22); }

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

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

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

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

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

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

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