#971F1E

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

Shades of Mandarian Orange #971F1E

Tints of Mandarian Orange #971F1E

Color information

#971F1E (or 0x971F1E) is unknown color: approx Mandarian Orange. HEX triplet: 97, 1F and 1E. RGB value is (151,31,30). Sum of RGB (Red+Green+Blue) = 151+31+30=212 (28% of max value = 765). Red value is 151 (59.38% from 255 or 71.23% from 212); Green value is 31 (12.5% from 255 or 14.62% from 212); Blue value is 30 (12.11% from 255 or 14.15% from 212); Max value from RGB is 151 - color contains mainly: red. Hex color #971F1E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #971F1E is #68E0E1. Grayscale: #424242. Windows color (decimal): -6873314 or 1974167. OLE color: 1974167.

HSL color Cylindrical-coordinate representation of color #971F1E: hue angle of 0.5º degrees, saturation: 0.67, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #971F1E is Cyan = 0, Magento = 0.79, Yellow = 0.80 and Black (K on CMYK) = 0.41.

Color convert

RGB1513130-
CMYK00.790.800.41
HSL0.5º66.85%35.49%-
HSV(B)0.5º80.13%59.22%-
XYZ13.497.651.99-
YUV66.77107.26188.08-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 71.23%
GREEN value IS 31 (12.5% from 255) = 14.62%
BLUE value IS 30 (12.11% from 255) = 14.15%
R=71.23%
G=14.62%
B=14.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.80
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151313000.790.800.410.566.8535.49
Hex971F1E04F502904323
Octal2273736011712051010343
Binary10010111111111111001001111101000010100101000011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #971F1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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