#993427

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

Shades of Thunderbird #993427

Tints of Thunderbird #993427

Color information

#993427 (or 0x993427) is unknown color: approx Thunderbird. HEX triplet: 99, 34 and 27. RGB value is (153,52,39). Sum of RGB (Red+Green+Blue) = 153+52+39=244 (32% of max value = 765). Red value is 153 (60.16% from 255 or 62.70% from 244); Green value is 52 (20.70% from 255 or 21.31% from 244); Blue value is 39 (15.62% from 255 or 15.98% from 244); Max value from RGB is 153 - color contains mainly: red. Hex color #993427 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #993427 is #66CBD8. Grayscale: #505050. Windows color (decimal): -6736857 or 2569369. OLE color: 2569369.

HSL color Cylindrical-coordinate representation of color #993427: hue angle of 6.84º 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 #993427 is Cyan = 0, Magento = 0.66, Yellow = 0.75 and Black (K on CMYK) = 0.4.

Color convert

RGB1535239-
CMYK00.660.750.4
HSL6.84º59.38%37.65%-
HSV(B)6.84º74.51%60%-
XYZ14.739.372.95-
YUV80.72104.46179.56-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 62.70%
GREEN value IS 52 (20.70% from 255) = 21.31%
BLUE value IS 39 (15.62% from 255) = 15.98%
R=62.70%
G=21.31%
B=15.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.75
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153523900.660.750.46.8459.3837.65
Hex9934270424B2873b26
Octal231644701021135077346
Binary10011001110100100111010000101001011101000111111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #993427

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #993427; }

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

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

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

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

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

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

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

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