#97343E

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

Shades of Well Read #97343E

Tints of Well Read #97343E

Color information

#97343E (or 0x97343E) is unknown color: approx Well Read. HEX triplet: 97, 34 and 3E. RGB value is (151,52,62). Sum of RGB (Red+Green+Blue) = 151+52+62=265 (35% of max value = 765). Red value is 151 (59.38% from 255 or 56.98% from 265); Green value is 52 (20.70% from 255 or 19.62% from 265); Blue value is 62 (24.61% from 255 or 23.40% from 265); Max value from RGB is 151 - color contains mainly: red. Hex color #97343E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #97343E is #68CBC1. Grayscale: #525252. Windows color (decimal): -6867906 or 4076695. OLE color: 4076695.

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

Color convert

RGB1515262-
CMYK00.660.590.41
HSL353.94º48.77%39.8%-
HSV(B)353.94º65.56%59.22%-
XYZ14.869.385.59-
YUV82.74116.3176.69-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 56.98%
GREEN value IS 52 (20.70% from 255) = 19.62%
BLUE value IS 62 (24.61% from 255) = 23.40%
R=56.98%
G=19.62%
B=23.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.59
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151526200.660.590.41353.9448.7739.8
Hex97343E0423B291623128
Octal2276476010273515426150
Binary1001011111010011111001000010111011101001101100010110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97343E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97343E; }

 p { color: rgb(151,52,62); }

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

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

 a { background-color: rgb(151,52,62); }

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

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

 span { border-color: rgb(151,52,62); }

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