#973A3B

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

Shades of Well Read #973A3B

Tints of Well Read #973A3B

Color information

#973A3B (or 0x973A3B) is unknown color: approx Well Read. HEX triplet: 97, 3A and 3B. RGB value is (151,58,59). Sum of RGB (Red+Green+Blue) = 151+58+59=268 (35% of max value = 765). Red value is 151 (59.38% from 255 or 56.34% from 268); Green value is 58 (23.05% from 255 or 21.64% from 268); Blue value is 59 (23.44% from 255 or 22.01% from 268); Max value from RGB is 151 - color contains mainly: red. Hex color #973A3B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #973A3B is #68C5C4. Grayscale: #565656. Windows color (decimal): -6866373 or 3881623. OLE color: 3881623.

HSL color Cylindrical-coordinate representation of color #973A3B: hue angle of 359.35º degrees, saturation: 0.44, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #973A3B is Cyan = 0, Magento = 0.62, Yellow = 0.61 and Black (K on CMYK) = 0.41.

Color convert

RGB1515859-
CMYK00.620.610.41
HSL359.35º44.5%40.98%-
HSV(B)359.35º61.59%59.22%-
XYZ15.069.925.26-
YUV85.92112.81174.42-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 56.34%
GREEN value IS 58 (23.05% from 255) = 21.64%
BLUE value IS 59 (23.44% from 255) = 22.01%
R=56.34%
G=21.64%
B=22.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.61
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151585900.620.610.41359.3544.540.98
Hex973A3B03E3D291672c29
Octal227727307675515475451
Binary100101111110101110110111110111101101001101100111101100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #973A3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,58,59); }

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

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

 a { background-color: rgb(151,58,59); }

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

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

 span { border-color: rgb(151,58,59); }

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