#973538

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

Shades of Well Read #973538

Tints of Well Read #973538

Color information

#973538 (or 0x973538) is unknown color: approx Well Read. HEX triplet: 97, 35 and 38. RGB value is (151,53,56). Sum of RGB (Red+Green+Blue) = 151+53+56=260 (34% of max value = 765). Red value is 151 (59.38% from 255 or 58.08% from 260); Green value is 53 (21.09% from 255 or 20.38% from 260); Blue value is 56 (22.27% from 255 or 21.54% from 260); Max value from RGB is 151 - color contains mainly: red. Hex color #973538 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #973538 is #68CAC7. Grayscale: #525252. Windows color (decimal): -6867656 or 3683735. OLE color: 3683735.

HSL color Cylindrical-coordinate representation of color #973538: hue angle of 358.16º 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 #973538 is Cyan = 0, Magento = 0.65, Yellow = 0.63 and Black (K on CMYK) = 0.41.

Color convert

RGB1515356-
CMYK00.650.630.41
HSL358.16º48.04%40%-
HSV(B)358.16º64.9%59.22%-
XYZ14.759.414.78-
YUV82.64112.97176.76-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 58.08%
GREEN value IS 53 (21.09% from 255) = 20.38%
BLUE value IS 56 (22.27% from 255) = 21.54%
R=58.08%
G=20.38%
B=21.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.63
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151535600.650.630.41358.1648.0440
Hex9735380413F291663028
Octal2276570010177515466050
Binary1001011111010111100001000001111111101001101100110110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #973538

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #973538; }

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

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

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

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

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

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

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

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