#90352E

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

Shades of Thunderbird #90352E

Tints of Thunderbird #90352E

Color information

#90352E (or 0x90352E) is unknown color: approx Thunderbird. HEX triplet: 90, 35 and 2E. RGB value is (144,53,46). Sum of RGB (Red+Green+Blue) = 144+53+46=243 (32% of max value = 765). Red value is 144 (56.64% from 255 or 59.26% from 243); Green value is 53 (21.09% from 255 or 21.81% from 243); Blue value is 46 (18.36% from 255 or 18.93% from 243); Max value from RGB is 144 - color contains mainly: red. Hex color #90352E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #90352E is #6FCAD1. Grayscale: #4F4F4F. Windows color (decimal): -7326418 or 3028368. OLE color: 3028368.

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

Color convert

RGB1445346-
CMYK00.630.680.44
HSL4.29º51.58%37.25%-
HSV(B)4.29º68.06%56.47%-
XYZ13.278.673.56-
YUV79.41109.15174.07-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 59.26%
GREEN value IS 53 (21.09% from 255) = 21.81%
BLUE value IS 46 (18.36% from 255) = 18.93%
R=59.26%
G=21.81%
B=18.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.68
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144534600.630.680.444.2951.5837.25
Hex90352E03F442C43425
Octal22065560771045446445
Binary1001000011010110111001111111000100101100100110100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90352E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #90352E; }

 p { color: rgb(144,53,46); }

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

<style>
 a { background-color: #90352E; }

 a { background-color: rgb(144,53,46); }

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

<style>
 span { border-color: #90352E; }

 span { border-color: rgb(144,53,46); }

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