#971C0D

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

Shades of Mandarian Orange #971C0D

Tints of Mandarian Orange #971C0D

Color information

#971C0D (or 0x971C0D) is unknown color: approx Mandarian Orange. HEX triplet: 97, 1C and 0D. RGB value is (151,28,13). Sum of RGB (Red+Green+Blue) = 151+28+13=192 (25% of max value = 765). Red value is 151 (59.38% from 255 or 78.65% from 192); Green value is 28 (11.33% from 255 or 14.58% from 192); Blue value is 13 (5.47% from 255 or 6.77% from 192); Max value from RGB is 151 - color contains mainly: red. Hex color #971C0D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #971C0D is #68E3F2. Grayscale: #3F3F3F. Windows color (decimal): -6874099 or 859287. OLE color: 859287.

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

Color convert

RGB1512813-
CMYK00.810.910.41
HSL6.52º84.15%32.16%-
HSV(B)6.52º91.39%59.22%-
XYZ13.257.441.12-
YUV63.0799.75190.72-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 78.65%
GREEN value IS 28 (11.33% from 255) = 14.58%
BLUE value IS 13 (5.47% from 255) = 6.77%
R=78.65%
G=14.58%
B=6.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.91
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151281300.810.910.416.5284.1532.16
Hex971CD0515B2975420
Octal2273415012113351712440
Binary100101111110011010101000110110111010011111010100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #971C0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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