#973C3D

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

Shades of Well Read #973C3D

Tints of Well Read #973C3D

Color information

#973C3D (or 0x973C3D) is unknown color: approx Well Read. HEX triplet: 97, 3C and 3D. RGB value is (151,60,61). Sum of RGB (Red+Green+Blue) = 151+60+61=272 (36% of max value = 765). Red value is 151 (59.38% from 255 or 55.51% from 272); Green value is 60 (23.83% from 255 or 22.06% from 272); Blue value is 61 (24.22% from 255 or 22.43% from 272); Max value from RGB is 151 - color contains mainly: red. Hex color #973C3D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #973C3D is #68C3C2. Grayscale: #575757. Windows color (decimal): -6865859 or 4013207. OLE color: 4013207.

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

Color convert

RGB1516061-
CMYK00.600.600.41
HSL359.34º43.13%41.37%-
HSV(B)359.34º60.26%59.22%-
XYZ15.2210.155.57-
YUV87.32113.15173.42-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 55.51%
GREEN value IS 60 (23.83% from 255) = 22.06%
BLUE value IS 61 (24.22% from 255) = 22.43%
R=55.51%
G=22.06%
B=22.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.60
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151606100.600.600.41359.3443.1341.37
Hex973C3D03C3C291672b29
Octal227747507474515475351
Binary100101111111001111010111100111100101001101100111101011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #973C3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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