#973842

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

Shades of Well Read #973842

Tints of Well Read #973842

Color information

#973842 (or 0x973842) is unknown color: approx Well Read. HEX triplet: 97, 38 and 42. RGB value is (151,56,66). Sum of RGB (Red+Green+Blue) = 151+56+66=273 (36% of max value = 765). Red value is 151 (59.38% from 255 or 55.31% from 273); Green value is 56 (22.27% from 255 or 20.51% from 273); Blue value is 66 (26.17% from 255 or 24.18% from 273); Max value from RGB is 151 - color contains mainly: red. Hex color #973842 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #973842 is #68C7BD. Grayscale: #555555. Windows color (decimal): -6866878 or 4339863. OLE color: 4339863.

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

Color convert

RGB1515666-
CMYK00.630.560.41
HSL353.68º45.89%40.59%-
HSV(B)353.68º62.91%59.22%-
XYZ15.169.86.25-
YUV85.54116.97174.69-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 55.31%
GREEN value IS 56 (22.27% from 255) = 20.51%
BLUE value IS 66 (26.17% from 255) = 24.18%
R=55.31%
G=20.51%
B=24.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.56
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151566600.630.560.41353.6845.8940.59
Hex97384203F38291622e29
Octal2277010207770515425651
Binary1001011111100010000100111111111000101001101100010101110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #973842

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #973842; }

 p { color: rgb(151,56,66); }

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

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

 a { background-color: rgb(151,56,66); }

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

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

 span { border-color: rgb(151,56,66); }

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