#971C13

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

Shades of Mandarian Orange #971C13

Tints of Mandarian Orange #971C13

Color information

#971C13 (or 0x971C13) is unknown color: approx Mandarian Orange. HEX triplet: 97, 1C and 13. RGB value is (151,28,19). Sum of RGB (Red+Green+Blue) = 151+28+19=198 (26% of max value = 765). Red value is 151 (59.38% from 255 or 76.26% from 198); Green value is 28 (11.33% from 255 or 14.14% from 198); Blue value is 19 (7.81% from 255 or 9.60% from 198); Max value from RGB is 151 - color contains mainly: red. Hex color #971C13 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #971C13 is #68E3EC. Grayscale: #3F3F3F. Windows color (decimal): -6874093 or 1252503. OLE color: 1252503.

HSL color Cylindrical-coordinate representation of color #971C13: hue angle of 4.09º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #971C13 is Cyan = 0, Magento = 0.81, Yellow = 0.87 and Black (K on CMYK) = 0.41.

Color convert

RGB1512819-
CMYK00.810.870.41
HSL4.09º77.65%33.33%-
HSV(B)4.09º87.42%59.22%-
XYZ13.37.461.35-
YUV63.75102.75190.23-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 76.26%
GREEN value IS 28 (11.33% from 255) = 14.14%
BLUE value IS 19 (7.81% from 255) = 9.60%
R=76.26%
G=14.14%
B=9.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.87
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151281900.810.870.414.0977.6533.33
Hex971C13051572944e21
Octal2273423012112751411641
Binary1001011111100100110101000110101111010011001001110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #971C13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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