#973930

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

Shades of Thunderbird #973930

Tints of Thunderbird #973930

Color information

#973930 (or 0x973930) is unknown color: approx Thunderbird. HEX triplet: 97, 39 and 30. RGB value is (151,57,48). Sum of RGB (Red+Green+Blue) = 151+57+48=256 (33% of max value = 765). Red value is 151 (59.38% from 255 or 58.98% from 256); Green value is 57 (22.66% from 255 or 22.27% from 256); Blue value is 48 (19.14% from 255 or 18.75% from 256); Max value from RGB is 151 - color contains mainly: red. Hex color #973930 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #973930 is #68C6CF. Grayscale: #545454. Windows color (decimal): -6866640 or 3160471. OLE color: 3160471.

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

Color convert

RGB1515748-
CMYK00.620.680.41
HSL5.24º51.76%39.02%-
HSV(B)5.24º68.21%59.22%-
XYZ14.769.723.89-
YUV84.08107.64175.73-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 58.98%
GREEN value IS 57 (22.66% from 255) = 22.27%
BLUE value IS 48 (19.14% from 255) = 18.75%
R=58.98%
G=22.27%
B=18.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.68
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151574800.620.680.415.2451.7639.02
Hex97393003E442953427
Octal22771600761045156447
Binary1001011111100111000001111101000100101001101110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #973930

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #973930; }

 p { color: rgb(151,57,48); }

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

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

 a { background-color: rgb(151,57,48); }

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

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

 span { border-color: rgb(151,57,48); }

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