#90332D

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

Shades of Thunderbird #90332D

Tints of Thunderbird #90332D

Color information

#90332D (or 0x90332D) is unknown color: approx Thunderbird. HEX triplet: 90, 33 and 2D. RGB value is (144,51,45). Sum of RGB (Red+Green+Blue) = 144+51+45=240 (31% of max value = 765). Red value is 144 (56.64% from 255 or 60% from 240); Green value is 51 (20.31% from 255 or 21.25% from 240); Blue value is 45 (17.97% from 255 or 18.75% from 240); Max value from RGB is 144 - color contains mainly: red. Hex color #90332D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #90332D is #6FCCD2. Grayscale: #4E4E4E. Windows color (decimal): -7326931 or 2962320. OLE color: 2962320.

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

Color convert

RGB1445145-
CMYK00.650.690.44
HSL3.64º52.38%37.06%-
HSV(B)3.64º68.75%56.47%-
XYZ13.168.493.43-
YUV78.12109.31174.99-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 60%
GREEN value IS 51 (20.31% from 255) = 21.25%
BLUE value IS 45 (17.97% from 255) = 18.75%
R=60%
G=21.25%
B=18.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.69
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144514500.650.690.443.6452.3837.06
Hex90332D041452C43425
Octal220635501011055446445
Binary10010000110011101101010000011000101101100100110100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90332D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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