#932E28

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

Shades of Thunderbird #932E28

Tints of Thunderbird #932E28

Color information

#932E28 (or 0x932E28) is unknown color: approx Thunderbird. HEX triplet: 93, 2E and 28. RGB value is (147,46,40). Sum of RGB (Red+Green+Blue) = 147+46+40=233 (30% of max value = 765). Red value is 147 (57.81% from 255 or 63.09% from 233); Green value is 46 (18.36% from 255 or 19.74% from 233); Blue value is 40 (16.02% from 255 or 17.17% from 233); Max value from RGB is 147 - color contains mainly: red. Hex color #932E28 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #932E28 is #6CD1D7. Grayscale: #4B4B4B. Windows color (decimal): -7131608 or 2633363. OLE color: 2633363.

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

Color convert

RGB1474640-
CMYK00.690.730.42
HSL3.36º57.22%36.67%-
HSV(B)3.36º72.79%57.65%-
XYZ13.398.312.91-
YUV75.52107.96178.99-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 63.09%
GREEN value IS 46 (18.36% from 255) = 19.74%
BLUE value IS 40 (16.02% from 255) = 17.17%
R=63.09%
G=19.74%
B=17.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.73
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147464000.690.730.423.3657.2236.67
Hex932E28045492A33925
Octal223565001051115237145
Binary1001001110111010100001000101100100110101011111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #932E28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #932E28; }

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

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

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

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

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

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

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

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