#90382D

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

Shades of Thunderbird #90382D

Tints of Thunderbird #90382D

Color information

#90382D (or 0x90382D) is unknown color: approx Thunderbird. HEX triplet: 90, 38 and 2D. RGB value is (144,56,45). Sum of RGB (Red+Green+Blue) = 144+56+45=245 (32% of max value = 765). Red value is 144 (56.64% from 255 or 58.78% from 245); Green value is 56 (22.27% from 255 or 22.86% from 245); Blue value is 45 (17.97% from 255 or 18.37% from 245); Max value from RGB is 144 - color contains mainly: red. Hex color #90382D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #90382D is #6FC7D2. Grayscale: #515151. Windows color (decimal): -7325651 or 2963600. OLE color: 2963600.

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

Color convert

RGB1445645-
CMYK00.610.690.44
HSL6.67º52.38%37.06%-
HSV(B)6.67º68.75%56.47%-
XYZ13.398.953.5-
YUV81.06107.65172.89-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 58.78%
GREEN value IS 56 (22.27% from 255) = 22.86%
BLUE value IS 45 (17.97% from 255) = 18.37%
R=58.78%
G=22.86%
B=18.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.69
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144564500.610.690.446.6752.3837.06
Hex90382D03D452C73425
Octal22070550751055476445
Binary1001000011100010110101111011000101101100111110100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90382D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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