#993528

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

Shades of Thunderbird #993528

Tints of Thunderbird #993528

Color information

#993528 (or 0x993528) is unknown color: approx Thunderbird. HEX triplet: 99, 35 and 28. RGB value is (153,53,40). Sum of RGB (Red+Green+Blue) = 153+53+40=246 (32% of max value = 765). Red value is 153 (60.16% from 255 or 62.20% from 246); Green value is 53 (21.09% from 255 or 21.54% from 246); Blue value is 40 (16.02% from 255 or 16.26% from 246); Max value from RGB is 153 - color contains mainly: red. Hex color #993528 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #993528 is #66CAD7. Grayscale: #515151. Windows color (decimal): -6736600 or 2635161. OLE color: 2635161.

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

Color convert

RGB1535340-
CMYK00.650.740.4
HSL6.9º58.55%37.84%-
HSV(B)6.9º73.86%60%-
XYZ14.799.473.06-
YUV81.42104.63179.06-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 62.20%
GREEN value IS 53 (21.09% from 255) = 21.54%
BLUE value IS 40 (16.02% from 255) = 16.26%
R=62.20%
G=21.54%
B=16.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.74
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153534000.650.740.46.958.5537.84
Hex9935280414A2873b26
Octal231655001011125077346
Binary10011001110101101000010000011001010101000111111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #993528

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #993528; }

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

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

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

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

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

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

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

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