#933128

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

Shades of Thunderbird #933128

Tints of Thunderbird #933128

Color information

#933128 (or 0x933128) is unknown color: approx Thunderbird. HEX triplet: 93, 31 and 28. RGB value is (147,49,40). Sum of RGB (Red+Green+Blue) = 147+49+40=236 (31% of max value = 765). Red value is 147 (57.81% from 255 or 62.29% from 236); Green value is 49 (19.53% from 255 or 20.76% from 236); Blue value is 40 (16.02% from 255 or 16.95% from 236); Max value from RGB is 147 - color contains mainly: red. Hex color #933128 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #933128 is #6CCED7. Grayscale: #4D4D4D. Windows color (decimal): -7130840 or 2634131. OLE color: 2634131.

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

Color convert

RGB1474940-
CMYK00.670.730.42
HSL5.05º57.22%36.67%-
HSV(B)5.05º72.79%57.65%-
XYZ13.518.552.95-
YUV77.28106.97177.73-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 62.29%
GREEN value IS 49 (19.53% from 255) = 20.76%
BLUE value IS 40 (16.02% from 255) = 16.95%
R=62.29%
G=20.76%
B=16.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.73
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147494000.670.730.425.0557.2236.67
Hex933128043492A53925
Octal223615001031115257145
Binary10010011110001101000010000111001001101010101111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #933128

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #933128; }

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

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

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

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

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

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

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

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