#973840

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

Shades of Well Read #973840

Tints of Well Read #973840

Color information

#973840 (or 0x973840) is unknown color: approx Well Read. HEX triplet: 97, 38 and 40. RGB value is (151,56,64). Sum of RGB (Red+Green+Blue) = 151+56+64=271 (35% of max value = 765). Red value is 151 (59.38% from 255 or 55.72% from 271); Green value is 56 (22.27% from 255 or 20.66% from 271); Blue value is 64 (25.39% from 255 or 23.62% from 271); Max value from RGB is 151 - color contains mainly: red. Hex color #973840 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #973840 is #68C7BF. Grayscale: #555555. Windows color (decimal): -6866880 or 4208791. OLE color: 4208791.

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

Color convert

RGB1515664-
CMYK00.630.580.41
HSL354.95º45.89%40.59%-
HSV(B)354.95º62.91%59.22%-
XYZ15.19.785.94-
YUV85.32115.97174.85-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 55.72%
GREEN value IS 56 (22.27% from 255) = 20.66%
BLUE value IS 64 (25.39% from 255) = 23.62%
R=55.72%
G=20.66%
B=23.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.58
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151566400.630.580.41354.9545.8940.59
Hex97384003F3A291632e29
Octal2277010007772515435651
Binary1001011111100010000000111111111010101001101100011101110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #973840

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #973840; }

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

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

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

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

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

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

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

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