#993529

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

Shades of Thunderbird #993529

Tints of Thunderbird #993529

Color information

#993529 (or 0x993529) is unknown color: approx Thunderbird. HEX triplet: 99, 35 and 29. RGB value is (153,53,41). Sum of RGB (Red+Green+Blue) = 153+53+41=247 (32% of max value = 765). Red value is 153 (60.16% from 255 or 61.94% from 247); Green value is 53 (21.09% from 255 or 21.46% from 247); Blue value is 41 (16.41% from 255 or 16.60% from 247); Max value from RGB is 153 - color contains mainly: red. Hex color #993529 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #993529 is #66CAD6. Grayscale: #515151. Windows color (decimal): -6736599 or 2700697. OLE color: 2700697.

HSL color Cylindrical-coordinate representation of color #993529: hue angle of 6.43º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #993529 is Cyan = 0, Magento = 0.65, Yellow = 0.73 and Black (K on CMYK) = 0.4.

Color convert

RGB1535341-
CMYK00.650.730.4
HSL6.43º57.73%38.04%-
HSV(B)6.43º73.2%60%-
XYZ14.819.483.15-
YUV81.53105.13178.98-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 61.94%
GREEN value IS 53 (21.09% from 255) = 21.46%
BLUE value IS 41 (16.41% from 255) = 16.60%
R=61.94%
G=21.46%
B=16.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.73
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153534100.650.730.46.4357.7338.04
Hex993529041492863a26
Octal231655101011115067246
Binary10011001110101101001010000011001001101000110111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #993529

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #993529; }

 p { color: rgb(153,53,41); }

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

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

 a { background-color: rgb(153,53,41); }

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

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

 span { border-color: rgb(153,53,41); }

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