#973440

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

Shades of Well Read #973440

Tints of Well Read #973440

Color information

#973440 (or 0x973440) is unknown color: approx Well Read. HEX triplet: 97, 34 and 40. RGB value is (151,52,64). Sum of RGB (Red+Green+Blue) = 151+52+64=267 (35% of max value = 765). Red value is 151 (59.38% from 255 or 56.55% from 267); Green value is 52 (20.70% from 255 or 19.48% from 267); Blue value is 64 (25.39% from 255 or 23.97% from 267); Max value from RGB is 151 - color contains mainly: red. Hex color #973440 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #973440 is #68CBBF. Grayscale: #535353. Windows color (decimal): -6867904 or 4207767. OLE color: 4207767.

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

Color convert

RGB1515264-
CMYK00.660.580.41
HSL352.73º48.77%39.8%-
HSV(B)352.73º65.56%59.22%-
XYZ14.929.415.88-
YUV82.97117.3176.52-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 56.55%
GREEN value IS 52 (20.70% from 255) = 19.48%
BLUE value IS 64 (25.39% from 255) = 23.97%
R=56.55%
G=19.48%
B=23.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.58
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151526400.660.580.41352.7348.7739.8
Hex9734400423A291613128
Octal22764100010272515416150
Binary10010111110100100000001000010111010101001101100001110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #973440

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #973440; }

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

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

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

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

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

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

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

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