#90362F

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

Shades of Thunderbird #90362F

Tints of Thunderbird #90362F

Color information

#90362F (or 0x90362F) is unknown color: approx Thunderbird. HEX triplet: 90, 36 and 2F. RGB value is (144,54,47). Sum of RGB (Red+Green+Blue) = 144+54+47=245 (32% of max value = 765). Red value is 144 (56.64% from 255 or 58.78% from 245); Green value is 54 (21.48% from 255 or 22.04% from 245); Blue value is 47 (18.75% from 255 or 19.18% from 245); Max value from RGB is 144 - color contains mainly: red. Hex color #90362F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #90362F is #6FC9D0. Grayscale: #505050. Windows color (decimal): -7326161 or 3094160. OLE color: 3094160.

HSL color Cylindrical-coordinate representation of color #90362F: hue angle of 4.33º degrees, saturation: 0.51, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #90362F is Cyan = 0, Magento = 0.63, Yellow = 0.67 and Black (K on CMYK) = 0.44.

Color convert

RGB1445447-
CMYK00.630.670.44
HSL4.33º50.79%37.45%-
HSV(B)4.33º67.36%56.47%-
XYZ13.338.773.68-
YUV80.11109.32173.57-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 58.78%
GREEN value IS 54 (21.48% from 255) = 22.04%
BLUE value IS 47 (18.75% from 255) = 19.18%
R=58.78%
G=22.04%
B=19.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.67
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144544700.630.670.444.3350.7937.45
Hex90362F03F432C43325
Octal22066570771035446345
Binary1001000011011010111101111111000011101100100110011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90362F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #90362F; }

 p { color: rgb(144,54,47); }

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

<style>
 a { background-color: #90362F; }

 a { background-color: rgb(144,54,47); }

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

<style>
 span { border-color: #90362F; }

 span { border-color: rgb(144,54,47); }

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