#933D33

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

Shades of Thunderbird #933D33

Tints of Thunderbird #933D33

Color information

#933D33 (or 0x933D33) is unknown color: approx Thunderbird. HEX triplet: 93, 3D and 33. RGB value is (147,61,51). Sum of RGB (Red+Green+Blue) = 147+61+51=259 (34% of max value = 765). Red value is 147 (57.81% from 255 or 56.76% from 259); Green value is 61 (24.22% from 255 or 23.55% from 259); Blue value is 51 (20.31% from 255 or 19.69% from 259); Max value from RGB is 147 - color contains mainly: red. Hex color #933D33 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #933D33 is #6CC2CC. Grayscale: #555555. Windows color (decimal): -7127757 or 3358099. OLE color: 3358099.

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

Color convert

RGB1476151-
CMYK00.590.650.42
HSL6.25º48.48%38.82%-
HSV(B)6.25º65.31%57.65%-
XYZ14.39.784.27-
YUV85.57108.49171.81-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 56.76%
GREEN value IS 61 (24.22% from 255) = 23.55%
BLUE value IS 51 (20.31% from 255) = 19.69%
R=56.76%
G=23.55%
B=19.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.65
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147615100.590.650.426.2548.4838.82
Hex933D3303B412A63027
Octal22375630731015266047
Binary1001001111110111001101110111000001101010110110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #933D33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #933D33; }

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

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

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

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

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

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

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

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