Html Css Color HEX #973344 Well Read

📋 copy color: '#973344'

red 151 ◦ green 51 ◦ blue 68

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

Shades of Well Read #973344

Tints of Well Read #973344

RGB

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

 GREEN value IS 51 (20.31% from 255) = 18.89%

 BLUE value IS 68 (26.95% from 255) = 25.19%

R = 55.93%
G = 18.89%
B = 25.19%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.55

 K value IS 0.41

RGB Variations

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

Color information

#973344 (or 0x973344) is known color: Well Read. HEX triplet: 97, 33 and 44. RGB value is (151,51,68). Sum of RGB (Red+Green+Blue) = 151+51+68=270 (35% of max value = 765). Red value is 151 (59.38% from 255 or 55.93% from 270); Green value is 51 (20.31% from 255 or 18.89% from 270); Blue value is 68 (26.95% from 255 or 25.19% from 270); Max value from RGB is 151 - color contains mainly: red. Hex color #973344 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #973344 is #68CCBB. Grayscale: #525252. Windows color (decimal): -6868156 or 4469655. OLE color: 4469655.

HSL color Cylindrical-coordinate representation of color #973344: hue angle of 349.8º degrees, saturation: 0.5, 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 #973344 is Cyan = 0, Magento = 0.66, Yellow = 0.55 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 51 68 -
CMYK 0 0.66 0.55 0.41
HSL 349.8º 0.5% 0.4% -
HSV(B) 349.8º 0.66% 0.59% -
XYZ 14.99 9.36 6.49 -
YUV 82.84 119.63 176.62 -
System Red Green Blue C M Y K H S L
Decimal 151 51 68 0 0.66 0.55 0.41 349.8 0.5 0.4
Hex 97 33 44 0 42 37 29 15E 32 28
Octal 227 63 104 0 102 67 51 536 62 50
Binary 10010111 110011 1000100 0 1000010 110111 101001 101011110 110010 101000

Color Harmonies of #973344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #973344

Black with #973344

Text Example


Text Example

White with #973344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #973344; }

 p { color: rgb(151,51,68); }

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

background-color css

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

 a { background-color: rgb(151,51,68); }

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

border-color css

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

 span { border-color: rgb(151,51,68); }

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