#932f28

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

Shades of Thunderbird #932F28

Tints of Thunderbird #932F28

Color information

#932F28 (or 0x932F28) is unknown color: approx Thunderbird. HEX triplet: 93, 2F and 28. RGB value is (147,47,40). Sum of RGB (Red+Green+Blue) = 147+47+40=234 (30% of max value = 765). Red value is 147 (57.81% from 255 or 62.82% from 234); Green value is 47 (18.75% from 255 or 20.09% from 234); Blue value is 40 (16.02% from 255 or 17.09% from 234); Max value from RGB is 147 - color contains mainly: red. Hex color #932F28 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #932F28 is #6CD0D7. Grayscale: #4C4C4C. Windows color (decimal): -7131352 or 2633619. OLE color: 2633619.

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

Color convert

RGB1474740-
CMYK00.680.730.42
HSL3.93º57.22%36.67%-
HSV(B)3.93º72.79%57.65%-
XYZ13.438.392.92-
YUV76.1107.63178.57-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 62.82%
GREEN value IS 47 (18.75% from 255) = 20.09%
BLUE value IS 40 (16.02% from 255) = 17.09%
R=62.82%
G=20.09%
B=17.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.73
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147474000.680.730.423.9357.2236.67
Hex932F28044492A43925
Octal223575001041115247145
Binary10010011101111101000010001001001001101010100111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #932f28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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