#93332B

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

Shades of Thunderbird #93332B

Tints of Thunderbird #93332B

Color information

#93332B (or 0x93332B) is unknown color: approx Thunderbird. HEX triplet: 93, 33 and 2B. RGB value is (147,51,43). Sum of RGB (Red+Green+Blue) = 147+51+43=241 (31% of max value = 765). Red value is 147 (57.81% from 255 or 61.00% from 241); Green value is 51 (20.31% from 255 or 21.16% from 241); Blue value is 43 (17.19% from 255 or 17.84% from 241); Max value from RGB is 147 - color contains mainly: red. Hex color #93332B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #93332B is #6CCCD4. Grayscale: #4E4E4E. Windows color (decimal): -7130325 or 2831251. OLE color: 2831251.

HSL color Cylindrical-coordinate representation of color #93332B: hue angle of 4.62º 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 #93332B is Cyan = 0, Magento = 0.65, Yellow = 0.71 and Black (K on CMYK) = 0.42.

Color convert

RGB1475143-
CMYK00.650.710.42
HSL4.62º54.74%37.25%-
HSV(B)4.62º70.75%57.65%-
XYZ13.658.753.25-
YUV78.79107.8176.65-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 61.00%
GREEN value IS 51 (20.31% from 255) = 21.16%
BLUE value IS 43 (17.19% from 255) = 17.84%
R=61.00%
G=21.16%
B=17.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.71
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147514300.650.710.424.6254.7437.25
Hex93332B041472A53725
Octal223635301011075256745
Binary10010011110011101011010000011000111101010101110111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93332B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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