#972318

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

Shades of Mandarian Orange #972318

Tints of Mandarian Orange #972318

Color information

#972318 (or 0x972318) is unknown color: approx Mandarian Orange. HEX triplet: 97, 23 and 18. RGB value is (151,35,24). Sum of RGB (Red+Green+Blue) = 151+35+24=210 (27% of max value = 765). Red value is 151 (59.38% from 255 or 71.90% from 210); Green value is 35 (14.06% from 255 or 16.67% from 210); Blue value is 24 (9.77% from 255 or 11.43% from 210); Max value from RGB is 151 - color contains mainly: red. Hex color #972318 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #972318 is #68DCE7. Grayscale: #444444. Windows color (decimal): -6872296 or 1581975. OLE color: 1581975.

HSL color Cylindrical-coordinate representation of color #972318: hue angle of 5.2º degrees, saturation: 0.73, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #972318 is Cyan = 0, Magento = 0.77, Yellow = 0.84 and Black (K on CMYK) = 0.41.

Color convert

RGB1513524-
CMYK00.770.840.41
HSL5.2º72.57%34.31%-
HSV(B)5.2º84.11%59.22%-
XYZ13.537.851.67-
YUV68.43102.93186.89-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 71.90%
GREEN value IS 35 (14.06% from 255) = 16.67%
BLUE value IS 24 (9.77% from 255) = 11.43%
R=71.90%
G=16.67%
B=11.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.84
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151352400.770.840.415.272.5734.31
Hex97231804D542954922
Octal2274330011512451511142
Binary10010111100011110000100110110101001010011011001001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #972318

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #972318; }

 p { color: rgb(151,35,24); }

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

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

 a { background-color: rgb(151,35,24); }

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

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

 span { border-color: rgb(151,35,24); }

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