#90332A

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

Shades of Thunderbird #90332A

Tints of Thunderbird #90332A

Color information

#90332A (or 0x90332A) is unknown color: approx Thunderbird. HEX triplet: 90, 33 and 2A. RGB value is (144,51,42). Sum of RGB (Red+Green+Blue) = 144+51+42=237 (31% of max value = 765). Red value is 144 (56.64% from 255 or 60.76% from 237); Green value is 51 (20.31% from 255 or 21.52% from 237); Blue value is 42 (16.80% from 255 or 17.72% from 237); Max value from RGB is 144 - color contains mainly: red. Hex color #90332A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #90332A is #6FCCD5. Grayscale: #4D4D4D. Windows color (decimal): -7326934 or 2765712. OLE color: 2765712.

HSL color Cylindrical-coordinate representation of color #90332A: hue angle of 5.29º degrees, saturation: 0.55, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #90332A is Cyan = 0, Magento = 0.65, Yellow = 0.71 and Black (K on CMYK) = 0.44.

Color convert

RGB1445142-
CMYK00.650.710.44
HSL5.29º54.84%36.47%-
HSV(B)5.29º70.83%56.47%-
XYZ13.18.463.13-
YUV77.78107.81175.23-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 60.76%
GREEN value IS 51 (20.31% from 255) = 21.52%
BLUE value IS 42 (16.80% from 255) = 17.72%
R=60.76%
G=21.52%
B=17.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.71
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144514200.650.710.445.2954.8436.47
Hex90332A041472C53724
Octal220635201011075456744
Binary10010000110011101010010000011000111101100101110111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90332A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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