#973940

Color #973940 Well Read (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Well Read #973940

Tints of Well Read #973940

Color information

#973940 (or 0x973940) is unknown color: approx Well Read. HEX triplet: 97, 39 and 40. RGB value is (151,57,64). Sum of RGB (Red+Green+Blue) = 151+57+64=272 (36% of max value = 765). Red value is 151 (59.38% from 255 or 55.51% from 272); Green value is 57 (22.66% from 255 or 20.96% from 272); Blue value is 64 (25.39% from 255 or 23.53% from 272); Max value from RGB is 151 - color contains mainly: red. Hex color #973940 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #973940 is #68C6BF. Grayscale: #555555. Windows color (decimal): -6866624 or 4209047. OLE color: 4209047.

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

Color convert

RGB1515764-
CMYK00.620.580.41
HSL355.53º45.19%40.78%-
HSV(B)355.53º62.25%59.22%-
XYZ15.159.885.96-
YUV85.9115.64174.43-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 55.51%
GREEN value IS 57 (22.66% from 255) = 20.96%
BLUE value IS 64 (25.39% from 255) = 23.53%
R=55.51%
G=20.96%
B=23.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.58
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151576400.620.580.41355.5345.1940.78
Hex97394003E3A291642d29
Octal2277110007672515445551
Binary1001011111100110000000111110111010101001101100100101101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #973940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #973940; }

 p { color: rgb(151,57,64); }

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

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

 a { background-color: rgb(151,57,64); }

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

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

 span { border-color: rgb(151,57,64); }

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