#90342B

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

Shades of Thunderbird #90342B

Tints of Thunderbird #90342B

Color information

#90342B (or 0x90342B) is unknown color: approx Thunderbird. HEX triplet: 90, 34 and 2B. RGB value is (144,52,43). Sum of RGB (Red+Green+Blue) = 144+52+43=239 (31% of max value = 765). Red value is 144 (56.64% from 255 or 60.25% from 239); Green value is 52 (20.70% from 255 or 21.76% from 239); Blue value is 43 (17.19% from 255 or 17.99% from 239); Max value from RGB is 144 - color contains mainly: red. Hex color #90342B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #90342B is #6FCBD4. Grayscale: #4E4E4E. Windows color (decimal): -7326677 or 2831504. OLE color: 2831504.

HSL color Cylindrical-coordinate representation of color #90342B: hue angle of 5.35º 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 #90342B is Cyan = 0, Magento = 0.64, Yellow = 0.70 and Black (K on CMYK) = 0.44.

Color convert

RGB1445243-
CMYK00.640.700.44
HSL5.35º54.01%36.67%-
HSV(B)5.35º70.14%56.47%-
XYZ13.178.563.24-
YUV78.48107.98174.73-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 60.25%
GREEN value IS 52 (20.70% from 255) = 21.76%
BLUE value IS 43 (17.19% from 255) = 17.99%
R=60.25%
G=21.76%
B=17.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.70
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144524300.640.700.445.3554.0136.67
Hex90342B040462C53625
Octal220645301001065456645
Binary10010000110100101011010000001000110101100101110110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90342B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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