#903B35

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

Shades of Thunderbird #903B35

Tints of Thunderbird #903B35

Color information

#903B35 (or 0x903B35) is unknown color: approx Thunderbird. HEX triplet: 90, 3B and 35. RGB value is (144,59,53). Sum of RGB (Red+Green+Blue) = 144+59+53=256 (33% of max value = 765). Red value is 144 (56.64% from 255 or 56.25% from 256); Green value is 59 (23.44% from 255 or 23.05% from 256); Blue value is 53 (21.09% from 255 or 20.70% from 256); Max value from RGB is 144 - color contains mainly: red. Hex color #903B35 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #903B35 is #6FC4CA. Grayscale: #535353. Windows color (decimal): -7324875 or 3488656. OLE color: 3488656.

HSL color Cylindrical-coordinate representation of color #903B35: hue angle of 3.96º degrees, saturation: 0.46, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #903B35 is Cyan = 0, Magento = 0.59, Yellow = 0.63 and Black (K on CMYK) = 0.44.

Color convert

RGB1445953-
CMYK00.590.630.44
HSL3.96º46.19%38.63%-
HSV(B)3.96º63.19%56.47%-
XYZ13.719.314.44-
YUV83.73110.66170.99-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 56.25%
GREEN value IS 59 (23.44% from 255) = 23.05%
BLUE value IS 53 (21.09% from 255) = 20.70%
R=56.25%
G=23.05%
B=20.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.63
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144595300.590.630.443.9646.1938.63
Hex903B3503B3F2C42e27
Octal2207365073775445647
Binary100100001110111101010111011111111101100100101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #903B35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,59,53); }

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

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

 a { background-color: rgb(144,59,53); }

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

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

 span { border-color: rgb(144,59,53); }

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