#93392A

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

Shades of Thunderbird #93392A

Tints of Thunderbird #93392A

Color information

#93392A (or 0x93392A) is unknown color: approx Thunderbird. HEX triplet: 93, 39 and 2A. RGB value is (147,57,42). Sum of RGB (Red+Green+Blue) = 147+57+42=246 (32% of max value = 765). Red value is 147 (57.81% from 255 or 59.76% from 246); Green value is 57 (22.66% from 255 or 23.17% from 246); Blue value is 42 (16.80% from 255 or 17.07% from 246); Max value from RGB is 147 - color contains mainly: red. Hex color #93392A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #93392A is #6CC6D5. Grayscale: #525252. Windows color (decimal): -7128790 or 2767251. OLE color: 2767251.

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

Color convert

RGB1475742-
CMYK00.610.710.42
HSL8.57º55.56%37.06%-
HSV(B)8.57º71.43%57.65%-
XYZ13.919.33.25-
YUV82.2105.32174.22-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 59.76%
GREEN value IS 57 (22.66% from 255) = 23.17%
BLUE value IS 42 (16.80% from 255) = 17.07%
R=59.76%
G=23.17%
B=17.07%

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
Decimal147574200.610.710.428.5755.5637.06
Hex93392A03D472A93825
Octal223715207510752117045
Binary10010011111001101010011110110001111010101001111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93392A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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