#93392B

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

Shades of Thunderbird #93392B

Tints of Thunderbird #93392B

Color information

#93392B (or 0x93392B) is unknown color: approx Thunderbird. HEX triplet: 93, 39 and 2B. RGB value is (147,57,43). Sum of RGB (Red+Green+Blue) = 147+57+43=247 (32% of max value = 765). Red value is 147 (57.81% from 255 or 59.51% from 247); Green value is 57 (22.66% from 255 or 23.08% from 247); Blue value is 43 (17.19% from 255 or 17.41% from 247); Max value from RGB is 147 - color contains mainly: red. Hex color #93392B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #93392B is #6CC6D4. Grayscale: #525252. Windows color (decimal): -7128789 or 2832787. OLE color: 2832787.

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

Color convert

RGB1475743-
CMYK00.610.710.42
HSL8.08º54.74%37.25%-
HSV(B)8.08º70.75%57.65%-
XYZ13.939.33.35-
YUV82.31105.82174.14-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 59.51%
GREEN value IS 57 (22.66% from 255) = 23.08%
BLUE value IS 43 (17.19% from 255) = 17.41%
R=59.51%
G=23.08%
B=17.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.71
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147574300.610.710.428.0854.7437.25
Hex93392B03D472A83725
Octal223715307510752106745
Binary10010011111001101011011110110001111010101000110111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93392B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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