#90382E

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

Shades of Thunderbird #90382E

Tints of Thunderbird #90382E

Color information

#90382E (or 0x90382E) is unknown color: approx Thunderbird. HEX triplet: 90, 38 and 2E. RGB value is (144,56,46). Sum of RGB (Red+Green+Blue) = 144+56+46=246 (32% of max value = 765). Red value is 144 (56.64% from 255 or 58.54% from 246); Green value is 56 (22.27% from 255 or 22.76% from 246); Blue value is 46 (18.36% from 255 or 18.70% from 246); Max value from RGB is 144 - color contains mainly: red. Hex color #90382E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #90382E is #6FC7D1. Grayscale: #515151. Windows color (decimal): -7325650 or 3029136. OLE color: 3029136.

HSL color Cylindrical-coordinate representation of color #90382E: hue angle of 6.12º 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 #90382E is Cyan = 0, Magento = 0.61, Yellow = 0.68 and Black (K on CMYK) = 0.44.

Color convert

RGB1445646-
CMYK00.610.680.44
HSL6.12º51.58%37.25%-
HSV(B)6.12º68.06%56.47%-
XYZ13.418.953.61-
YUV81.17108.15172.81-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 58.54%
GREEN value IS 56 (22.27% from 255) = 22.76%
BLUE value IS 46 (18.36% from 255) = 18.70%
R=58.54%
G=22.76%
B=18.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.68
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144564600.610.680.446.1251.5837.25
Hex90382E03D442C63425
Octal22070560751045466445
Binary1001000011100010111001111011000100101100110110100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90382E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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