#971F0A

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

Shades of Mandarian Orange #971F0A

Tints of Mandarian Orange #971F0A

Color information

#971F0A (or 0x971F0A) is unknown color: approx Mandarian Orange. HEX triplet: 97, 1F and 0A. RGB value is (151,31,10). Sum of RGB (Red+Green+Blue) = 151+31+10=192 (25% of max value = 765). Red value is 151 (59.38% from 255 or 78.65% from 192); Green value is 31 (12.5% from 255 or 16.15% from 192); Blue value is 10 (4.30% from 255 or 5.21% from 192); Max value from RGB is 151 - color contains mainly: red. Hex color #971F0A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #971F0A is #68E0F5. Grayscale: #404040. Windows color (decimal): -6873334 or 663447. OLE color: 663447.

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

Color convert

RGB1513110-
CMYK00.790.930.41
HSL8.94º87.58%31.57%-
HSV(B)8.94º93.38%59.22%-
XYZ13.317.581.05-
YUV64.4997.26189.71-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 78.65%
GREEN value IS 31 (12.5% from 255) = 16.15%
BLUE value IS 10 (4.30% from 255) = 5.21%
R=78.65%
G=16.15%
B=5.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.93
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151311000.790.930.418.9487.5831.57
Hex971FA04F5D2995820
Octal22737120117135511113040
Binary1001011111111101001001111101110110100110011011000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #971F0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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