Html Css Color HEX #97353C Well Read

📋 copy color: '#97353C'

red 151 ◦ green 53 ◦ blue 60

#97353C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Well Read #97353C

Tints of Well Read #97353C

RGB

 RED value IS 151 (59.38% from 255) = 57.2%

 GREEN value IS 53 (21.09% from 255) = 20.08%

 BLUE value IS 60 (23.83% from 255) = 22.73%

R = 57.2%
G = 20.08%
B = 22.73%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.60

 K value IS 0.41

RGB Variations

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

Color information

#97353C (or 0x97353C) is known color: 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

RGB 151 53 60 -
CMYK 0 0.65 0.60 0.41
HSL 355.71º 0.48% 0.4% -
HSV(B) 355.71º 0.65% 0.59% -
XYZ 14.85 9.45 5.32 -
YUV 83.1 114.97 176.43 -
System Red Green Blue C M Y K H S L
Decimal 151 53 60 0 0.65 0.60 0.41 355.71 0.48 0.4
Hex 97 35 3C 0 41 3C 29 164 30 28
Octal 227 65 74 0 101 74 51 544 60 50
Binary 10010111 110101 111100 0 1000001 111100 101001 101100100 110000 101000

Color Harmonies of #97353C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97353C

Black with #97353C

Text Example


Text Example

White with #97353C

Text Example


Text Example

HTML Codes & Css Web 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>