#933228

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

Shades of Thunderbird #933228

Tints of Thunderbird #933228

Color information

#933228 (or 0x933228) is unknown color: approx Thunderbird. HEX triplet: 93, 32 and 28. RGB value is (147,50,40). Sum of RGB (Red+Green+Blue) = 147+50+40=237 (31% of max value = 765). Red value is 147 (57.81% from 255 or 62.03% from 237); Green value is 50 (19.92% from 255 or 21.10% from 237); Blue value is 40 (16.02% from 255 or 16.88% from 237); Max value from RGB is 147 - color contains mainly: red. Hex color #933228 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #933228 is #6CCDD7. Grayscale: #4E4E4E. Windows color (decimal): -7130584 or 2634387. OLE color: 2634387.

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

Color convert

RGB1475040-
CMYK00.660.730.42
HSL5.61º57.22%36.67%-
HSV(B)5.61º72.79%57.65%-
XYZ13.568.642.96-
YUV77.86106.64177.31-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 62.03%
GREEN value IS 50 (19.92% from 255) = 21.10%
BLUE value IS 40 (16.02% from 255) = 16.88%
R=62.03%
G=21.10%
B=16.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.73
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147504000.660.730.425.6157.2236.67
Hex933228042492A63925
Octal223625001021115267145
Binary10010011110010101000010000101001001101010110111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #933228

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #933228; }

 p { color: rgb(147,50,40); }

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

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

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

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

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

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

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