#933531

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

Shades of Thunderbird #933531

Tints of Thunderbird #933531

Color information

#933531 (or 0x933531) is unknown color: approx Thunderbird. HEX triplet: 93, 35 and 31. RGB value is (147,53,49). Sum of RGB (Red+Green+Blue) = 147+53+49=249 (32% of max value = 765). Red value is 147 (57.81% from 255 or 59.04% from 249); Green value is 53 (21.09% from 255 or 21.29% from 249); Blue value is 49 (19.53% from 255 or 19.68% from 249); Max value from RGB is 147 - color contains mainly: red. Hex color #933531 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #933531 is #6CCACE. Grayscale: #505050. Windows color (decimal): -7129807 or 3224979. OLE color: 3224979.

HSL color Cylindrical-coordinate representation of color #933531: hue angle of 2.45º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #933531 is Cyan = 0, Magento = 0.64, Yellow = 0.67 and Black (K on CMYK) = 0.42.

Color convert

RGB1475349-
CMYK00.640.670.42
HSL2.45º50%38.43%-
HSV(B)2.45º66.67%57.65%-
XYZ13.868.973.91-
YUV80.65110.14175.33-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 59.04%
GREEN value IS 53 (21.09% from 255) = 21.29%
BLUE value IS 49 (19.53% from 255) = 19.68%
R=59.04%
G=21.29%
B=19.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.67
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147534900.640.670.422.455038.43
Hex933531040432A23226
Octal223656101001035226246
Binary1001001111010111000101000000100001110101010110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #933531

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #933531; }

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

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

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

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

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

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

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

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