#973537

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

Shades of Well Read #973537

Tints of Well Read #973537

Color information

#973537 (or 0x973537) is unknown color: approx Well Read. HEX triplet: 97, 35 and 37. RGB value is (151,53,55). Sum of RGB (Red+Green+Blue) = 151+53+55=259 (34% of max value = 765). Red value is 151 (59.38% from 255 or 58.30% from 259); Green value is 53 (21.09% from 255 or 20.46% from 259); Blue value is 55 (21.88% from 255 or 21.24% from 259); Max value from RGB is 151 - color contains mainly: red. Hex color #973537 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #973537 is #68CAC8. Grayscale: #525252. Windows color (decimal): -6867657 or 3618199. OLE color: 3618199.

HSL color Cylindrical-coordinate representation of color #973537: hue angle of 358.78º degrees, saturation: 0.48, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #973537 is Cyan = 0, Magento = 0.65, Yellow = 0.64 and Black (K on CMYK) = 0.41.

Color convert

RGB1515355-
CMYK00.650.640.41
HSL358.78º48.04%40%-
HSV(B)358.78º64.9%59.22%-
XYZ14.739.44.65-
YUV82.53112.47176.84-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 58.30%
GREEN value IS 53 (21.09% from 255) = 20.46%
BLUE value IS 55 (21.88% from 255) = 21.24%
R=58.30%
G=20.46%
B=21.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.64
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151535500.650.640.41358.7848.0440
Hex97353704140291673028
Octal22765670101100515476050
Binary10010111110101110111010000011000000101001101100111110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #973537

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #973537; }

 p { color: rgb(151,53,55); }

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

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

 a { background-color: rgb(151,53,55); }

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

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

 span { border-color: rgb(151,53,55); }

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