#90342D

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

Shades of Thunderbird #90342D

Tints of Thunderbird #90342D

Color information

#90342D (or 0x90342D) is unknown color: approx Thunderbird. HEX triplet: 90, 34 and 2D. RGB value is (144,52,45). Sum of RGB (Red+Green+Blue) = 144+52+45=241 (31% of max value = 765). Red value is 144 (56.64% from 255 or 59.75% from 241); Green value is 52 (20.70% from 255 or 21.58% from 241); Blue value is 45 (17.97% from 255 or 18.67% from 241); Max value from RGB is 144 - color contains mainly: red. Hex color #90342D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #90342D is #6FCBD2. Grayscale: #4E4E4E. Windows color (decimal): -7326675 or 2962576. OLE color: 2962576.

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

Color convert

RGB1445245-
CMYK00.640.690.44
HSL4.24º52.38%37.06%-
HSV(B)4.24º68.75%56.47%-
XYZ13.28.573.44-
YUV78.71108.98174.57-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 59.75%
GREEN value IS 52 (20.70% from 255) = 21.58%
BLUE value IS 45 (17.97% from 255) = 18.67%
R=59.75%
G=21.58%
B=18.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.69
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144524500.640.690.444.2452.3837.06
Hex90342D040452C43425
Octal220645501001055446445
Binary10010000110100101101010000001000101101100100110100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90342D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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