#943228

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

Shades of Thunderbird #943228

Tints of Thunderbird #943228

Color information

#943228 (or 0x943228) is unknown color: approx Thunderbird. HEX triplet: 94, 32 and 28. RGB value is (148,50,40). Sum of RGB (Red+Green+Blue) = 148+50+40=238 (31% of max value = 765). Red value is 148 (58.20% from 255 or 62.18% from 238); Green value is 50 (19.92% from 255 or 21.01% from 238); Blue value is 40 (16.02% from 255 or 16.81% from 238); Max value from RGB is 148 - color contains mainly: red. Hex color #943228 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #943228 is #6BCDD7. Grayscale: #4E4E4E. Windows color (decimal): -7065048 or 2634388. OLE color: 2634388.

HSL color Cylindrical-coordinate representation of color #943228: hue angle of 5.56º 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 #943228 is Cyan = 0, Magento = 0.66, Yellow = 0.73 and Black (K on CMYK) = 0.42.

Color convert

RGB1485040-
CMYK00.660.730.42
HSL5.56º57.45%36.86%-
HSV(B)5.56º72.97%58.04%-
XYZ13.748.732.97-
YUV78.16106.47177.81-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 62.18%
GREEN value IS 50 (19.92% from 255) = 21.01%
BLUE value IS 40 (16.02% from 255) = 16.81%
R=62.18%
G=21.01%
B=16.81%

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
Decimal148504000.660.730.425.5657.4536.86
Hex943228042492A63925
Octal224625001021115267145
Binary10010100110010101000010000101001001101010110111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #943228

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #943228; }

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

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

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

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

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

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

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

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