#90392B

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

Shades of Thunderbird #90392B

Tints of Thunderbird #90392B

Color information

#90392B (or 0x90392B) is unknown color: approx Thunderbird. HEX triplet: 90, 39 and 2B. RGB value is (144,57,43). Sum of RGB (Red+Green+Blue) = 144+57+43=244 (32% of max value = 765). Red value is 144 (56.64% from 255 or 59.02% from 244); Green value is 57 (22.66% from 255 or 23.36% from 244); Blue value is 43 (17.19% from 255 or 17.62% from 244); Max value from RGB is 144 - color contains mainly: red. Hex color #90392B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #90392B is #6FC6D4. Grayscale: #515151. Windows color (decimal): -7325397 or 2832784. OLE color: 2832784.

HSL color Cylindrical-coordinate representation of color #90392B: hue angle of 8.32º degrees, saturation: 0.54, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #90392B is Cyan = 0, Magento = 0.60, Yellow = 0.70 and Black (K on CMYK) = 0.44.

Color convert

RGB1445743-
CMYK00.600.700.44
HSL8.32º54.01%36.67%-
HSV(B)8.32º70.14%56.47%-
XYZ13.49.033.32-
YUV81.42106.32172.64-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 59.02%
GREEN value IS 57 (22.66% from 255) = 23.36%
BLUE value IS 43 (17.19% from 255) = 17.62%
R=59.02%
G=23.36%
B=17.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.70
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144574300.600.700.448.3254.0136.67
Hex90392B03C462C83625
Octal220715307410654106645
Binary10010000111001101011011110010001101011001000110110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90392B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #90392B; }

 p { color: rgb(144,57,43); }

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

<style>
 a { background-color: #90392B; }

 a { background-color: rgb(144,57,43); }

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

<style>
 span { border-color: #90392B; }

 span { border-color: rgb(144,57,43); }

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