#93392F

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

Shades of Thunderbird #93392F

Tints of Thunderbird #93392F

Color information

#93392F (or 0x93392F) is unknown color: approx Thunderbird. HEX triplet: 93, 39 and 2F. RGB value is (147,57,47). Sum of RGB (Red+Green+Blue) = 147+57+47=251 (33% of max value = 765). Red value is 147 (57.81% from 255 or 58.57% from 251); Green value is 57 (22.66% from 255 or 22.71% from 251); Blue value is 47 (18.75% from 255 or 18.73% from 251); Max value from RGB is 147 - color contains mainly: red. Hex color #93392F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #93392F is #6CC6D0. Grayscale: #525252. Windows color (decimal): -7128785 or 3094931. OLE color: 3094931.

HSL color Cylindrical-coordinate representation of color #93392F: hue angle of 6º degrees, saturation: 0.52, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #93392F is Cyan = 0, Magento = 0.61, Yellow = 0.68 and Black (K on CMYK) = 0.42.

Color convert

RGB1475747-
CMYK00.610.680.42
HSL51.55%38.04%-
HSV(B)68.03%57.65%-
XYZ14.019.333.75-
YUV82.77107.82173.81-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 58.57%
GREEN value IS 57 (22.66% from 255) = 22.71%
BLUE value IS 47 (18.75% from 255) = 18.73%
R=58.57%
G=22.71%
B=18.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.68
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147574700.610.680.42651.5538.04
Hex93392F03D442A63426
Octal22371570751045266446
Binary1001001111100110111101111011000100101010110110100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93392F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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