#933333

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

Shades of Thunderbird #933333

Tints of Thunderbird #933333

Color information

#933333 (or 0x933333) is unknown color: approx Thunderbird. HEX triplet: 93, 33 and 33. RGB value is (147,51,51). Sum of RGB (Red+Green+Blue) = 147+51+51=249 (32% of max value = 765). Red value is 147 (57.81% from 255 or 59.04% from 249); Green value is 51 (20.31% from 255 or 20.48% from 249); Blue value is 51 (20.31% from 255 or 20.48% from 249); Max value from RGB is 147 - color contains mainly: red. Hex color #933333 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #933333 is #6CCCCC. Grayscale: #4F4F4F. Windows color (decimal): -7130317 or 3355539. OLE color: 3355539.

HSL color Cylindrical-coordinate representation of color #933333: hue angle of 0º degrees, saturation: 0.48, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #933333 is Cyan = 0, Magento = 0.65, Yellow = 0.65 and Black (K on CMYK) = 0.42.

Color convert

RGB1475151-
CMYK00.650.650.42
HSL48.48%38.82%-
HSV(B)65.31%57.65%-
XYZ13.818.814.1-
YUV79.7111.8176-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 59.04%
GREEN value IS 51 (20.31% from 255) = 20.48%
BLUE value IS 51 (20.31% from 255) = 20.48%
R=59.04%
G=20.48%
B=20.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.65
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147515100.650.650.42048.4838.82
Hex933333041412A03027
Octal223636301011015206047
Binary100100111100111100110100000110000011010100110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #933333

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #933333; }

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

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

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

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

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

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

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

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