#90372C

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

Shades of Thunderbird #90372C

Tints of Thunderbird #90372C

Color information

#90372C (or 0x90372C) is unknown color: approx Thunderbird. HEX triplet: 90, 37 and 2C. RGB value is (144,55,44). Sum of RGB (Red+Green+Blue) = 144+55+44=243 (32% of max value = 765). Red value is 144 (56.64% from 255 or 59.26% from 243); Green value is 55 (21.88% from 255 or 22.63% from 243); Blue value is 44 (17.58% from 255 or 18.11% from 243); Max value from RGB is 144 - color contains mainly: red. Hex color #90372C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #90372C is #6FC8D3. Grayscale: #505050. Windows color (decimal): -7325908 or 2897808. OLE color: 2897808.

HSL color Cylindrical-coordinate representation of color #90372C: hue angle of 6.6º 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 #90372C is Cyan = 0, Magento = 0.62, Yellow = 0.69 and Black (K on CMYK) = 0.44.

Color convert

RGB1445544-
CMYK00.620.690.44
HSL6.6º53.19%36.86%-
HSV(B)6.6º69.44%56.47%-
XYZ13.328.843.39-
YUV80.36107.49173.39-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 59.26%
GREEN value IS 55 (21.88% from 255) = 22.63%
BLUE value IS 44 (17.58% from 255) = 18.11%
R=59.26%
G=22.63%
B=18.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.69
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144554400.620.690.446.653.1936.86
Hex90372C03E452C73525
Octal22067540761055476545
Binary1001000011011110110001111101000101101100111110101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90372C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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