#903C30

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

Shades of Thunderbird #903C30

Tints of Thunderbird #903C30

Color information

#903C30 (or 0x903C30) is unknown color: approx Thunderbird. HEX triplet: 90, 3C and 30. RGB value is (144,60,48). Sum of RGB (Red+Green+Blue) = 144+60+48=252 (33% of max value = 765). Red value is 144 (56.64% from 255 or 57.14% from 252); Green value is 60 (23.83% from 255 or 23.81% from 252); Blue value is 48 (19.14% from 255 or 19.05% from 252); Max value from RGB is 144 - color contains mainly: red. Hex color #903C30 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #903C30 is #6FC3CF. Grayscale: #535353. Windows color (decimal): -7324624 or 3161232. OLE color: 3161232.

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

Color convert

RGB1446048-
CMYK00.580.670.44
HSL7.5º50%37.65%-
HSV(B)7.5º66.67%56.47%-
XYZ13.659.373.89-
YUV83.75107.83170.98-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 57.14%
GREEN value IS 60 (23.83% from 255) = 23.81%
BLUE value IS 48 (19.14% from 255) = 19.05%
R=57.14%
G=23.81%
B=19.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.67
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144604800.580.670.447.55037.65
Hex903C3003A432C73226
Octal22074600721035476246
Binary1001000011110011000001110101000011101100111110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #903C30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,60,48); }

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

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

 a { background-color: rgb(144,60,48); }

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

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

 span { border-color: rgb(144,60,48); }

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