#973143

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

Shades of Well Read #973143

Tints of Well Read #973143

Color information

#973143 (or 0x973143) is unknown color: approx Well Read. HEX triplet: 97, 31 and 43. RGB value is (151,49,67). Sum of RGB (Red+Green+Blue) = 151+49+67=267 (35% of max value = 765). Red value is 151 (59.38% from 255 or 56.55% from 267); Green value is 49 (19.53% from 255 or 18.35% from 267); Blue value is 67 (26.56% from 255 or 25.09% from 267); Max value from RGB is 151 - color contains mainly: red. Hex color #973143 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #973143 is #68CEBC. Grayscale: #515151. Windows color (decimal): -6868669 or 4403607. OLE color: 4403607.

HSL color Cylindrical-coordinate representation of color #973143: hue angle of 349.41º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #973143 is Cyan = 0, Magento = 0.68, Yellow = 0.56 and Black (K on CMYK) = 0.41.

Color convert

RGB1514967-
CMYK00.680.560.41
HSL349.41º51%39.22%-
HSV(B)349.41º67.55%59.22%-
XYZ14.879.186.3-
YUV81.55119.79177.54-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 56.55%
GREEN value IS 49 (19.53% from 255) = 18.35%
BLUE value IS 67 (26.56% from 255) = 25.09%
R=56.55%
G=18.35%
B=25.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.56
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151496700.680.560.41349.415139.22
Hex973143044382915d3327
Octal22761103010470515356347
Binary10010111110001100001101000100111000101001101011101110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #973143

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #973143; }

 p { color: rgb(151,49,67); }

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

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

 a { background-color: rgb(151,49,67); }

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

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

 span { border-color: rgb(151,49,67); }

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