#971f0d

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

Shades of Mandarian Orange #971F0D

Tints of Mandarian Orange #971F0D

Color information

#971F0D (or 0x971F0D) is unknown color: approx Mandarian Orange. HEX triplet: 97, 1F and 0D. RGB value is (151,31,13). Sum of RGB (Red+Green+Blue) = 151+31+13=195 (25% of max value = 765). Red value is 151 (59.38% from 255 or 77.44% from 195); Green value is 31 (12.5% from 255 or 15.90% from 195); Blue value is 13 (5.47% from 255 or 6.67% from 195); Max value from RGB is 151 - color contains mainly: red. Hex color #971F0D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #971F0D is #68E0F2. Grayscale: #414141. Windows color (decimal): -6873331 or 860055. OLE color: 860055.

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

Color convert

RGB1513113-
CMYK00.790.910.41
HSL7.83º84.15%32.16%-
HSV(B)7.83º91.39%59.22%-
XYZ13.337.591.14-
YUV64.8398.76189.46-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 77.44%
GREEN value IS 31 (12.5% from 255) = 15.90%
BLUE value IS 13 (5.47% from 255) = 6.67%
R=77.44%
G=15.90%
B=6.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.91
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151311300.790.910.417.8384.1532.16
Hex971FD04F5B2985420
Octal22737150117133511012440
Binary1001011111111110101001111101101110100110001010100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #971f0d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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