#90382B

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

Shades of Thunderbird #90382B

Tints of Thunderbird #90382B

Color information

#90382B (or 0x90382B) is unknown color: approx Thunderbird. HEX triplet: 90, 38 and 2B. RGB value is (144,56,43). Sum of RGB (Red+Green+Blue) = 144+56+43=243 (32% of max value = 765). Red value is 144 (56.64% from 255 or 59.26% from 243); Green value is 56 (22.27% from 255 or 23.05% from 243); Blue value is 43 (17.19% from 255 or 17.70% from 243); Max value from RGB is 144 - color contains mainly: red. Hex color #90382B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #90382B is #6FC7D4. Grayscale: #505050. Windows color (decimal): -7325653 or 2832528. OLE color: 2832528.

HSL color Cylindrical-coordinate representation of color #90382B: hue angle of 7.72º degrees, saturation: 0.54, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #90382B is Cyan = 0, Magento = 0.61, Yellow = 0.70 and Black (K on CMYK) = 0.44.

Color convert

RGB1445643-
CMYK00.610.700.44
HSL7.72º54.01%36.67%-
HSV(B)7.72º70.14%56.47%-
XYZ13.358.933.31-
YUV80.83106.65173.06-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 59.26%
GREEN value IS 56 (22.27% from 255) = 23.05%
BLUE value IS 43 (17.19% from 255) = 17.70%
R=59.26%
G=23.05%
B=17.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.70
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144564300.610.700.447.7254.0136.67
Hex90382B03D462C83625
Octal220705307510654106645
Binary10010000111000101011011110110001101011001000110110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90382B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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