#973C35

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

Shades of Thunderbird #973C35

Tints of Thunderbird #973C35

Color information

#973C35 (or 0x973C35) is unknown color: approx Thunderbird. HEX triplet: 97, 3C and 35. RGB value is (151,60,53). Sum of RGB (Red+Green+Blue) = 151+60+53=264 (34% of max value = 765). Red value is 151 (59.38% from 255 or 57.20% from 264); Green value is 60 (23.83% from 255 or 22.73% from 264); Blue value is 53 (21.09% from 255 or 20.08% from 264); Max value from RGB is 151 - color contains mainly: red. Hex color #973C35 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #973C35 is #68C3CA. Grayscale: #565656. Windows color (decimal): -6865867 or 3488919. OLE color: 3488919.

HSL color Cylindrical-coordinate representation of color #973C35: hue angle of 4.29º degrees, saturation: 0.48, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #973C35 is Cyan = 0, Magento = 0.60, Yellow = 0.65 and Black (K on CMYK) = 0.41.

Color convert

RGB1516053-
CMYK00.600.650.41
HSL4.29º48.04%40%-
HSV(B)4.29º64.9%59.22%-
XYZ15.0210.074.52-
YUV86.41109.15174.07-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 57.20%
GREEN value IS 60 (23.83% from 255) = 22.73%
BLUE value IS 53 (21.09% from 255) = 20.08%
R=57.20%
G=22.73%
B=20.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.65
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151605300.600.650.414.2948.0440
Hex973C3503C412943028
Octal22774650741015146050
Binary1001011111110011010101111001000001101001100110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #973C35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,60,53); }

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

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

 a { background-color: rgb(151,60,53); }

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

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

 span { border-color: rgb(151,60,53); }

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