#93352D

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

Shades of Thunderbird #93352D

Tints of Thunderbird #93352D

Color information

#93352D (or 0x93352D) is unknown color: approx Thunderbird. HEX triplet: 93, 35 and 2D. RGB value is (147,53,45). Sum of RGB (Red+Green+Blue) = 147+53+45=245 (32% of max value = 765). Red value is 147 (57.81% from 255 or 60% from 245); Green value is 53 (21.09% from 255 or 21.63% from 245); Blue value is 45 (17.97% from 255 or 18.37% from 245); Max value from RGB is 147 - color contains mainly: red. Hex color #93352D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #93352D is #6CCAD2. Grayscale: #505050. Windows color (decimal): -7129811 or 2962835. OLE color: 2962835.

HSL color Cylindrical-coordinate representation of color #93352D: hue angle of 4.71º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #93352D is Cyan = 0, Magento = 0.64, Yellow = 0.69 and Black (K on CMYK) = 0.42.

Color convert

RGB1475345-
CMYK00.640.690.42
HSL4.71º53.12%37.65%-
HSV(B)4.71º69.39%57.65%-
XYZ13.788.943.48-
YUV80.19108.14175.65-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 60%
GREEN value IS 53 (21.09% from 255) = 21.63%
BLUE value IS 45 (17.97% from 255) = 18.37%
R=60%
G=21.63%
B=18.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.69
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147534500.640.690.424.7153.1237.65
Hex93352D040452A53526
Octal223655501001055256546
Binary10010011110101101101010000001000101101010101110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93352D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93352D; }

 p { color: rgb(147,53,45); }

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

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

 a { background-color: rgb(147,53,45); }

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

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

 span { border-color: rgb(147,53,45); }

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