#97353F

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

Shades of Well Read #97353F

Tints of Well Read #97353F

Color information

#97353F (or 0x97353F) is unknown color: approx Well Read. HEX triplet: 97, 35 and 3F. RGB value is (151,53,63). Sum of RGB (Red+Green+Blue) = 151+53+63=267 (35% of max value = 765). Red value is 151 (59.38% from 255 or 56.55% from 267); Green value is 53 (21.09% from 255 or 19.85% from 267); Blue value is 63 (25% from 255 or 23.60% from 267); Max value from RGB is 151 - color contains mainly: red. Hex color #97353F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #97353F is #68CAC0. Grayscale: #535353. Windows color (decimal): -6867649 or 4142487. OLE color: 4142487.

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

Color convert

RGB1515363-
CMYK00.650.580.41
HSL353.88º48.04%40%-
HSV(B)353.88º64.9%59.22%-
XYZ14.939.485.75-
YUV83.44116.47176.19-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 56.55%
GREEN value IS 53 (21.09% from 255) = 19.85%
BLUE value IS 63 (25% from 255) = 23.60%
R=56.55%
G=19.85%
B=23.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.58
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151536300.650.580.41353.8848.0440
Hex97353F0413A291623028
Octal2276577010172515426050
Binary1001011111010111111101000001111010101001101100010110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97353F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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