Html Css Color HEX #973C41 Well Read

📋 copy color: '#973C41'

red 151 ◦ green 60 ◦ blue 65

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

Shades of Well Read #973C41

Tints of Well Read #973C41

RGB

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

 GREEN value IS 60 (23.83% from 255) = 21.74%

 BLUE value IS 65 (25.78% from 255) = 23.55%

R = 54.71%
G = 21.74%
B = 23.55%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.57

 K value IS 0.41

RGB Variations

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

Color information

#973C41 (or 0x973C41) is known color: Well Read. HEX triplet: 97, 3C and 41. RGB value is (151,60,65). Sum of RGB (Red+Green+Blue) = 151+60+65=276 (36% of max value = 765). Red value is 151 (59.38% from 255 or 54.71% from 276); Green value is 60 (23.83% from 255 or 21.74% from 276); Blue value is 65 (25.78% from 255 or 23.55% from 276); Max value from RGB is 151 - color contains mainly: red. Hex color #973C41 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #973C41 is #68C3BE. Grayscale: #575757. Windows color (decimal): -6865855 or 4275351. OLE color: 4275351.

HSL color Cylindrical-coordinate representation of color #973C41: hue angle of 356.7º degrees, saturation: 0.43, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #973C41 is Cyan = 0, Magento = 0.60, Yellow = 0.57 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 60 65 -
CMYK 0 0.60 0.57 0.41
HSL 356.7º 0.43% 0.41% -
HSV(B) 356.7º 0.6% 0.59% -
XYZ 15.33 10.19 6.16 -
YUV 87.78 115.15 173.09 -
System Red Green Blue C M Y K H S L
Decimal 151 60 65 0 0.60 0.57 0.41 356.7 0.43 0.41
Hex 97 3C 41 0 3C 39 29 165 2B 29
Octal 227 74 101 0 74 71 51 545 53 51
Binary 10010111 111100 1000001 0 111100 111001 101001 101100101 101011 101001

Color Harmonies of #973C41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #973C41

Black with #973C41

Text Example


Text Example

White with #973C41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #973C41; }

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

 H1.HeaderClassName
 {
   color: #973C41;
 }
 .AnyTagClassName
 {
   color: #973C41;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #973C41;
 }
 .BgClassName
 {
   background-color: #973C41;
 }
</style>

border-color css

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

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

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