#913531

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

Shades of Thunderbird #913531

Tints of Thunderbird #913531

Color information

#913531 (or 0x913531) is unknown color: approx Thunderbird. HEX triplet: 91, 35 and 31. RGB value is (145,53,49). Sum of RGB (Red+Green+Blue) = 145+53+49=247 (32% of max value = 765). Red value is 145 (57.03% from 255 or 58.70% from 247); Green value is 53 (21.09% from 255 or 21.46% from 247); Blue value is 49 (19.53% from 255 or 19.84% from 247); Max value from RGB is 145 - color contains mainly: red. Hex color #913531 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #913531 is #6ECACE. Grayscale: #505050. Windows color (decimal): -7260879 or 3224977. OLE color: 3224977.

HSL color Cylindrical-coordinate representation of color #913531: hue angle of 2.5º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #913531 is Cyan = 0, Magento = 0.63, Yellow = 0.66 and Black (K on CMYK) = 0.43.

Color convert

RGB1455349-
CMYK00.630.660.43
HSL2.5º49.48%38.04%-
HSV(B)2.5º66.21%56.86%-
XYZ13.58.793.89-
YUV80.05110.48174.33-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 58.70%
GREEN value IS 53 (21.09% from 255) = 21.46%
BLUE value IS 49 (19.53% from 255) = 19.84%
R=58.70%
G=21.46%
B=19.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.66
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145534900.630.660.432.549.4838.04
Hex91353103F422B33126
Octal22165610771025336146
Binary100100011101011100010111111100001010101111110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #913531

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #913531; }

 p { color: rgb(145,53,49); }

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

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

 a { background-color: rgb(145,53,49); }

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

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

 span { border-color: rgb(145,53,49); }

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