#971B0D

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

Shades of Mandarian Orange #971B0D

Tints of Mandarian Orange #971B0D

Color information

#971B0D (or 0x971B0D) is unknown color: approx Mandarian Orange. HEX triplet: 97, 1B and 0D. RGB value is (151,27,13). Sum of RGB (Red+Green+Blue) = 151+27+13=191 (25% of max value = 765). Red value is 151 (59.38% from 255 or 79.06% from 191); Green value is 27 (10.94% from 255 or 14.14% from 191); Blue value is 13 (5.47% from 255 or 6.81% from 191); Max value from RGB is 151 - color contains mainly: red. Hex color #971B0D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #971B0D is #68E4F2. Grayscale: #3E3E3E. Windows color (decimal): -6874355 or 859031. OLE color: 859031.

HSL color Cylindrical-coordinate representation of color #971B0D: hue angle of 6.09º 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 #971B0D is Cyan = 0, Magento = 0.82, Yellow = 0.91 and Black (K on CMYK) = 0.41.

Color convert

RGB1512713-
CMYK00.820.910.41
HSL6.09º84.15%32.16%-
HSV(B)6.09º91.39%59.22%-
XYZ13.237.391.11-
YUV62.48100.08191.14-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 79.06%
GREEN value IS 27 (10.94% from 255) = 14.14%
BLUE value IS 13 (5.47% from 255) = 6.81%
R=79.06%
G=14.14%
B=6.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.91
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151271300.820.910.416.0984.1532.16
Hex971BD0525B2965420
Octal2273315012213351612440
Binary100101111101111010101001010110111010011101010100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #971B0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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