#973A2D

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

Shades of Thunderbird #973A2D

Tints of Thunderbird #973A2D

Color information

#973A2D (or 0x973A2D) is unknown color: approx Thunderbird. HEX triplet: 97, 3A and 2D. RGB value is (151,58,45). Sum of RGB (Red+Green+Blue) = 151+58+45=254 (33% of max value = 765). Red value is 151 (59.38% from 255 or 59.45% from 254); Green value is 58 (23.05% from 255 or 22.83% from 254); Blue value is 45 (17.97% from 255 or 17.72% from 254); Max value from RGB is 151 - color contains mainly: red. Hex color #973A2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #973A2D is #68C5D2. Grayscale: #545454. Windows color (decimal): -6866387 or 2964119. OLE color: 2964119.

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

Color convert

RGB1515845-
CMYK00.620.700.41
HSL7.36º54.08%38.43%-
HSV(B)7.36º70.2%59.22%-
XYZ14.759.793.6-
YUV84.32105.81175.56-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 59.45%
GREEN value IS 58 (23.05% from 255) = 22.83%
BLUE value IS 45 (17.97% from 255) = 17.72%
R=59.45%
G=22.83%
B=17.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.70
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151584500.620.700.417.3654.0838.43
Hex973A2D03E462973626
Octal22772550761065176646
Binary1001011111101010110101111101000110101001111110110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #973A2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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