#90372D

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

Shades of Thunderbird #90372D

Tints of Thunderbird #90372D

Color information

#90372D (or 0x90372D) is unknown color: approx Thunderbird. HEX triplet: 90, 37 and 2D. RGB value is (144,55,45). Sum of RGB (Red+Green+Blue) = 144+55+45=244 (32% of max value = 765). Red value is 144 (56.64% from 255 or 59.02% from 244); Green value is 55 (21.88% from 255 or 22.54% from 244); Blue value is 45 (17.97% from 255 or 18.44% from 244); Max value from RGB is 144 - color contains mainly: red. Hex color #90372D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #90372D is #6FC8D2. Grayscale: #505050. Windows color (decimal): -7325907 or 2963344. OLE color: 2963344.

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

Color convert

RGB1445545-
CMYK00.620.690.44
HSL6.06º52.38%37.06%-
HSV(B)6.06º68.75%56.47%-
XYZ13.348.853.49-
YUV80.47107.99173.31-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 59.02%
GREEN value IS 55 (21.88% from 255) = 22.54%
BLUE value IS 45 (17.97% from 255) = 18.44%
R=59.02%
G=22.54%
B=18.44%

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
Decimal144554500.620.690.446.0652.3837.06
Hex90372D03E452C63425
Octal22067550761055466445
Binary1001000011011110110101111101000101101100110110100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90372D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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