#933C33

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

Shades of Thunderbird #933C33

Tints of Thunderbird #933C33

Color information

#933C33 (or 0x933C33) is unknown color: approx Thunderbird. HEX triplet: 93, 3C and 33. RGB value is (147,60,51). Sum of RGB (Red+Green+Blue) = 147+60+51=258 (34% of max value = 765). Red value is 147 (57.81% from 255 or 56.98% from 258); Green value is 60 (23.83% from 255 or 23.26% from 258); Blue value is 51 (20.31% from 255 or 19.77% from 258); Max value from RGB is 147 - color contains mainly: red. Hex color #933C33 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #933C33 is #6CC3CC. Grayscale: #555555. Windows color (decimal): -7128013 or 3357843. OLE color: 3357843.

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

Color convert

RGB1476051-
CMYK00.590.650.42
HSL5.62º48.48%38.82%-
HSV(B)5.62º65.31%57.65%-
XYZ14.259.674.25-
YUV84.99108.82172.23-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 56.98%
GREEN value IS 60 (23.83% from 255) = 23.26%
BLUE value IS 51 (20.31% from 255) = 19.77%
R=56.98%
G=23.26%
B=19.77%

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
Decimal147605100.590.650.425.6248.4838.82
Hex933C3303B412A63027
Octal22374630731015266047
Binary1001001111110011001101110111000001101010110110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #933C33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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