#973F31

Color #973F31 Tia Maria (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tia Maria #973F31

Tints of Tia Maria #973F31

Color information

#973F31 (or 0x973F31) is unknown color: approx Tia Maria. HEX triplet: 97, 3F and 31. RGB value is (151,63,49). Sum of RGB (Red+Green+Blue) = 151+63+49=263 (34% of max value = 765). Red value is 151 (59.38% from 255 or 57.41% from 263); Green value is 63 (25% from 255 or 23.95% from 263); Blue value is 49 (19.53% from 255 or 18.63% from 263); Max value from RGB is 151 - color contains mainly: red. Hex color #973F31 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #973F31 is #68C0CE. Grayscale: #575757. Windows color (decimal): -6865103 or 3227543. OLE color: 3227543.

HSL color Cylindrical-coordinate representation of color #973F31: hue angle of 8.24º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #973F31 is Cyan = 0, Magento = 0.58, Yellow = 0.68 and Black (K on CMYK) = 0.41.

Color convert

RGB1516349-
CMYK00.580.680.41
HSL8.24º51%39.22%-
HSV(B)8.24º67.55%59.22%-
XYZ15.0910.364.11-
YUV87.72106.15173.14-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 57.41%
GREEN value IS 63 (25% from 255) = 23.95%
BLUE value IS 49 (19.53% from 255) = 18.63%
R=57.41%
G=23.95%
B=18.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.68
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151634900.580.680.418.245139.22
Hex973F3103A442983327
Octal227776107210451106347
Binary10010111111111110001011101010001001010011000110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #973F31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #973F31; }

 p { color: rgb(151,63,49); }

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

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

 a { background-color: rgb(151,63,49); }

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

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

 span { border-color: rgb(151,63,49); }

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