#972219

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

Shades of Mandarian Orange #972219

Tints of Mandarian Orange #972219

Color information

#972219 (or 0x972219) is unknown color: approx Mandarian Orange. HEX triplet: 97, 22 and 19. RGB value is (151,34,25). Sum of RGB (Red+Green+Blue) = 151+34+25=210 (27% of max value = 765). Red value is 151 (59.38% from 255 or 71.90% from 210); Green value is 34 (13.67% from 255 or 16.19% from 210); Blue value is 25 (10.16% from 255 or 11.90% from 210); Max value from RGB is 151 - color contains mainly: red. Hex color #972219 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #972219 is #68DDE6. Grayscale: #444444. Windows color (decimal): -6872551 or 1647255. OLE color: 1647255.

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

Color convert

RGB1513425-
CMYK00.770.830.41
HSL4.29º71.59%34.51%-
HSV(B)4.29º83.44%59.22%-
XYZ13.517.791.71-
YUV67.96103.76187.23-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 71.90%
GREEN value IS 34 (13.67% from 255) = 16.19%
BLUE value IS 25 (10.16% from 255) = 11.90%
R=71.90%
G=16.19%
B=11.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.83
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151342500.770.830.414.2971.5934.51
Hex97221904D532944823
Octal2274231011512351411043
Binary10010111100010110010100110110100111010011001001000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #972219

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #972219; }

 p { color: rgb(151,34,25); }

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

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

 a { background-color: rgb(151,34,25); }

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

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

 span { border-color: rgb(151,34,25); }

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