#993527

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

Shades of Thunderbird #993527

Tints of Thunderbird #993527

Color information

#993527 (or 0x993527) is unknown color: approx Thunderbird. HEX triplet: 99, 35 and 27. RGB value is (153,53,39). Sum of RGB (Red+Green+Blue) = 153+53+39=245 (32% of max value = 765). Red value is 153 (60.16% from 255 or 62.45% from 245); Green value is 53 (21.09% from 255 or 21.63% from 245); Blue value is 39 (15.62% from 255 or 15.92% from 245); Max value from RGB is 153 - color contains mainly: red. Hex color #993527 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #993527 is #66CAD8. Grayscale: #515151. Windows color (decimal): -6736601 or 2569625. OLE color: 2569625.

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

Color convert

RGB1535339-
CMYK00.650.750.4
HSL7.37º59.38%37.65%-
HSV(B)7.37º74.51%60%-
XYZ14.789.462.97-
YUV81.3104.13179.14-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 62.45%
GREEN value IS 53 (21.09% from 255) = 21.63%
BLUE value IS 39 (15.62% from 255) = 15.92%
R=62.45%
G=21.63%
B=15.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.75
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153533900.650.750.47.3759.3837.65
Hex9935270414B2873b26
Octal231654701011135077346
Binary10011001110101100111010000011001011101000111111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #993527

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #993527; }

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

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

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

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

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

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

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

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