#971F15

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

Shades of Mandarian Orange #971F15

Tints of Mandarian Orange #971F15

Color information

#971F15 (or 0x971F15) is unknown color: approx Mandarian Orange. HEX triplet: 97, 1F and 15. RGB value is (151,31,21). Sum of RGB (Red+Green+Blue) = 151+31+21=203 (26% of max value = 765). Red value is 151 (59.38% from 255 or 74.38% from 203); Green value is 31 (12.5% from 255 or 15.27% from 203); Blue value is 21 (8.59% from 255 or 10.34% from 203); Max value from RGB is 151 - color contains mainly: red. Hex color #971F15 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #971F15 is #68E0EA. Grayscale: #414141. Windows color (decimal): -6873323 or 1384343. OLE color: 1384343.

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

Color convert

RGB1513121-
CMYK00.790.860.41
HSL4.62º75.58%33.73%-
HSV(B)4.62º86.09%59.22%-
XYZ13.397.611.47-
YUV65.74102.76188.81-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 74.38%
GREEN value IS 31 (12.5% from 255) = 15.27%
BLUE value IS 21 (8.59% from 255) = 10.34%
R=74.38%
G=15.27%
B=10.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.86
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151312100.790.860.414.6275.5833.73
Hex971F1504F562954c22
Octal2273725011712651511442
Binary1001011111111101010100111110101101010011011001100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #971F15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #971F15; }

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

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

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

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

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

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

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

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