#973B33

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

Shades of Thunderbird #973B33

Tints of Thunderbird #973B33

Color information

#973B33 (or 0x973B33) is unknown color: approx Thunderbird. HEX triplet: 97, 3B and 33. RGB value is (151,59,51). Sum of RGB (Red+Green+Blue) = 151+59+51=261 (34% of max value = 765). Red value is 151 (59.38% from 255 or 57.85% from 261); Green value is 59 (23.44% from 255 or 22.61% from 261); Blue value is 51 (20.31% from 255 or 19.54% from 261); Max value from RGB is 151 - color contains mainly: red. Hex color #973B33 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #973B33 is #68C4CC. Grayscale: #555555. Windows color (decimal): -6866125 or 3357591. OLE color: 3357591.

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

Color convert

RGB1515951-
CMYK00.610.660.41
HSL4.8º49.5%39.61%-
HSV(B)4.8º66.23%59.22%-
XYZ14.929.954.27-
YUV85.6108.48174.65-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 57.85%
GREEN value IS 59 (23.44% from 255) = 22.61%
BLUE value IS 51 (20.31% from 255) = 19.54%
R=57.85%
G=22.61%
B=19.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.66
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151595100.610.660.414.849.539.61
Hex973B3303D422953228
Octal22773630751025156250
Binary1001011111101111001101111011000010101001101110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #973B33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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