#971F0F

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

Shades of Mandarian Orange #971F0F

Tints of Mandarian Orange #971F0F

Color information

#971F0F (or 0x971F0F) is unknown color: approx Mandarian Orange. HEX triplet: 97, 1F and 0F. RGB value is (151,31,15). Sum of RGB (Red+Green+Blue) = 151+31+15=197 (26% of max value = 765). Red value is 151 (59.38% from 255 or 76.65% from 197); Green value is 31 (12.5% from 255 or 15.74% from 197); Blue value is 15 (6.25% from 255 or 7.61% from 197); Max value from RGB is 151 - color contains mainly: red. Hex color #971F0F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #971F0F is #68E0F0. Grayscale: #414141. Windows color (decimal): -6873329 or 991127. OLE color: 991127.

HSL color Cylindrical-coordinate representation of color #971F0F: hue angle of 7.06º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #971F0F is Cyan = 0, Magento = 0.79, Yellow = 0.90 and Black (K on CMYK) = 0.41.

Color convert

RGB1513115-
CMYK00.790.900.41
HSL7.06º81.93%32.55%-
HSV(B)7.06º90.07%59.22%-
XYZ13.347.591.21-
YUV65.0699.76189.3-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 76.65%
GREEN value IS 31 (12.5% from 255) = 15.74%
BLUE value IS 15 (6.25% from 255) = 7.61%
R=76.65%
G=15.74%
B=7.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.90
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151311500.790.900.417.0681.9332.55
Hex971FF04F5A2975221
Octal2273717011713251712241
Binary100101111111111110100111110110101010011111010010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #971F0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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