#90352C

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

Shades of Thunderbird #90352C

Tints of Thunderbird #90352C

Color information

#90352C (or 0x90352C) is unknown color: approx Thunderbird. HEX triplet: 90, 35 and 2C. RGB value is (144,53,44). Sum of RGB (Red+Green+Blue) = 144+53+44=241 (31% of max value = 765). Red value is 144 (56.64% from 255 or 59.75% from 241); Green value is 53 (21.09% from 255 or 21.99% from 241); Blue value is 44 (17.58% from 255 or 18.26% from 241); Max value from RGB is 144 - color contains mainly: red. Hex color #90352C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #90352C is #6FCAD3. Grayscale: #4F4F4F. Windows color (decimal): -7326420 or 2897296. OLE color: 2897296.

HSL color Cylindrical-coordinate representation of color #90352C: hue angle of 5.4º degrees, saturation: 0.53, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #90352C is Cyan = 0, Magento = 0.63, Yellow = 0.69 and Black (K on CMYK) = 0.44.

Color convert

RGB1445344-
CMYK00.630.690.44
HSL5.4º53.19%36.86%-
HSV(B)5.4º69.44%56.47%-
XYZ13.238.663.36-
YUV79.18108.15174.23-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 59.75%
GREEN value IS 53 (21.09% from 255) = 21.99%
BLUE value IS 44 (17.58% from 255) = 18.26%
R=59.75%
G=21.99%
B=18.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.69
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144534400.630.690.445.453.1936.86
Hex90352C03F452C53525
Octal22065540771055456545
Binary1001000011010110110001111111000101101100101110101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90352C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #90352C; }

 p { color: rgb(144,53,44); }

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

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

 a { background-color: rgb(144,53,44); }

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

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

 span { border-color: rgb(144,53,44); }

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