#90342A

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

Shades of Thunderbird #90342A

Tints of Thunderbird #90342A

Color information

#90342A (or 0x90342A) is unknown color: approx Thunderbird. HEX triplet: 90, 34 and 2A. RGB value is (144,52,42). Sum of RGB (Red+Green+Blue) = 144+52+42=238 (31% of max value = 765). Red value is 144 (56.64% from 255 or 60.50% from 238); Green value is 52 (20.70% from 255 or 21.85% from 238); Blue value is 42 (16.80% from 255 or 17.65% from 238); Max value from RGB is 144 - color contains mainly: red. Hex color #90342A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #90342A is #6FCBD5. Grayscale: #4E4E4E. Windows color (decimal): -7326678 or 2765968. OLE color: 2765968.

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

Color convert

RGB1445242-
CMYK00.640.710.44
HSL5.88º54.84%36.47%-
HSV(B)5.88º70.83%56.47%-
XYZ13.158.553.15-
YUV78.37107.48174.81-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 60.50%
GREEN value IS 52 (20.70% from 255) = 21.85%
BLUE value IS 42 (16.80% from 255) = 17.65%
R=60.50%
G=21.85%
B=17.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.71
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144524200.640.710.445.8854.8436.47
Hex90342A040472C63724
Octal220645201001075466744
Binary10010000110100101010010000001000111101100110110111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90342A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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