#93392D

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

Shades of Thunderbird #93392D

Tints of Thunderbird #93392D

Color information

#93392D (or 0x93392D) is unknown color: approx Thunderbird. HEX triplet: 93, 39 and 2D. RGB value is (147,57,45). Sum of RGB (Red+Green+Blue) = 147+57+45=249 (32% of max value = 765). Red value is 147 (57.81% from 255 or 59.04% from 249); Green value is 57 (22.66% from 255 or 22.89% from 249); Blue value is 45 (17.97% from 255 or 18.07% from 249); Max value from RGB is 147 - color contains mainly: red. Hex color #93392D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #93392D is #6CC6D2. Grayscale: #525252. Windows color (decimal): -7128787 or 2963859. OLE color: 2963859.

HSL color Cylindrical-coordinate representation of color #93392D: hue angle of 7.06º 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 #93392D is Cyan = 0, Magento = 0.61, Yellow = 0.69 and Black (K on CMYK) = 0.42.

Color convert

RGB1475745-
CMYK00.610.690.42
HSL7.06º53.12%37.65%-
HSV(B)7.06º69.39%57.65%-
XYZ13.979.323.55-
YUV82.54106.82173.98-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 59.04%
GREEN value IS 57 (22.66% from 255) = 22.89%
BLUE value IS 45 (17.97% from 255) = 18.07%
R=59.04%
G=22.89%
B=18.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.69
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147574500.610.690.427.0653.1237.65
Hex93392D03D452A73526
Octal22371550751055276546
Binary1001001111100110110101111011000101101010111110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93392D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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