#973A33

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

Shades of Thunderbird #973A33

Tints of Thunderbird #973A33

Color information

#973A33 (or 0x973A33) is unknown color: approx Thunderbird. HEX triplet: 97, 3A and 33. RGB value is (151,58,51). Sum of RGB (Red+Green+Blue) = 151+58+51=260 (34% of max value = 765). Red value is 151 (59.38% from 255 or 58.08% from 260); Green value is 58 (23.05% from 255 or 22.31% from 260); Blue value is 51 (20.31% from 255 or 19.62% from 260); Max value from RGB is 151 - color contains mainly: red. Hex color #973A33 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #973A33 is #68C5CC. Grayscale: #555555. Windows color (decimal): -6866381 or 3357335. OLE color: 3357335.

HSL color Cylindrical-coordinate representation of color #973A33: hue angle of 4.2º degrees, saturation: 0.5, 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 #973A33 is Cyan = 0, Magento = 0.62, Yellow = 0.66 and Black (K on CMYK) = 0.41.

Color convert

RGB1515851-
CMYK00.620.660.41
HSL4.2º49.5%39.61%-
HSV(B)4.2º66.23%59.22%-
XYZ14.879.844.25-
YUV85.01108.81175.07-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 58.08%
GREEN value IS 58 (23.05% from 255) = 22.31%
BLUE value IS 51 (20.31% from 255) = 19.62%
R=58.08%
G=22.31%
B=19.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.66
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151585100.620.660.414.249.539.61
Hex973A3303E422943228
Octal22772630761025146250
Binary1001011111101011001101111101000010101001100110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #973A33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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