#903A32

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

Shades of Thunderbird #903A32

Tints of Thunderbird #903A32

Color information

#903A32 (or 0x903A32) is unknown color: approx Thunderbird. HEX triplet: 90, 3A and 32. RGB value is (144,58,50). Sum of RGB (Red+Green+Blue) = 144+58+50=252 (33% of max value = 765). Red value is 144 (56.64% from 255 or 57.14% from 252); Green value is 58 (23.05% from 255 or 23.02% from 252); Blue value is 50 (19.92% from 255 or 19.84% from 252); Max value from RGB is 144 - color contains mainly: red. Hex color #903A32 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #903A32 is #6FC5CD. Grayscale: #525252. Windows color (decimal): -7325134 or 3291792. OLE color: 3291792.

HSL color Cylindrical-coordinate representation of color #903A32: hue angle of 5.11º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #903A32 is Cyan = 0, Magento = 0.60, Yellow = 0.65 and Black (K on CMYK) = 0.44.

Color convert

RGB1445850-
CMYK00.600.650.44
HSL5.11º48.45%38.04%-
HSV(B)5.11º65.28%56.47%-
XYZ13.599.194.07-
YUV82.8109.49171.65-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 57.14%
GREEN value IS 58 (23.05% from 255) = 23.02%
BLUE value IS 50 (19.92% from 255) = 19.84%
R=57.14%
G=23.02%
B=19.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.65
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144585000.600.650.445.1148.4538.04
Hex903A3203C412C53026
Octal22072620741015456046
Binary1001000011101011001001111001000001101100101110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #903A32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #903A32; }

 p { color: rgb(144,58,50); }

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

<style>
 a { background-color: #903A32; }

 a { background-color: rgb(144,58,50); }

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

<style>
 span { border-color: #903A32; }

 span { border-color: rgb(144,58,50); }

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