#97353C

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

Shades of Well Read #97353C

Tints of Well Read #97353C

Color information

#97353C (or 0x97353C) is unknown color: approx Well Read. HEX triplet: 97, 35 and 3C. RGB value is (151,53,60). Sum of RGB (Red+Green+Blue) = 151+53+60=264 (34% of max value = 765). Red value is 151 (59.38% from 255 or 57.20% from 264); Green value is 53 (21.09% from 255 or 20.08% from 264); Blue value is 60 (23.83% from 255 or 22.73% from 264); Max value from RGB is 151 - color contains mainly: red. Hex color #97353C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #97353C is #68CAC3. Grayscale: #535353. Windows color (decimal): -6867652 or 3945879. OLE color: 3945879.

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

Color convert

RGB1515360-
CMYK00.650.600.41
HSL355.71º48.04%40%-
HSV(B)355.71º64.9%59.22%-
XYZ14.859.455.32-
YUV83.1114.97176.43-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 57.20%
GREEN value IS 53 (21.09% from 255) = 20.08%
BLUE value IS 60 (23.83% from 255) = 22.73%
R=57.20%
G=20.08%
B=22.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.60
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151536000.650.600.41355.7148.0440
Hex97353C0413C291643028
Octal2276574010174515446050
Binary1001011111010111110001000001111100101001101100100110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97353C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97353C; }

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

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

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

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

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

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

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

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