#913B39

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

Shades of Thunderbird #913B39

Tints of Thunderbird #913B39

Color information

#913B39 (or 0x913B39) is unknown color: approx Thunderbird. HEX triplet: 91, 3B and 39. RGB value is (145,59,57). Sum of RGB (Red+Green+Blue) = 145+59+57=261 (34% of max value = 765). Red value is 145 (57.03% from 255 or 55.56% from 261); Green value is 59 (23.44% from 255 or 22.61% from 261); Blue value is 57 (22.66% from 255 or 21.84% from 261); Max value from RGB is 145 - color contains mainly: red. Hex color #913B39 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #913B39 is #6EC4C6. Grayscale: #545454. Windows color (decimal): -7259335 or 3750801. OLE color: 3750801.

HSL color Cylindrical-coordinate representation of color #913B39: hue angle of 1.36º degrees, saturation: 0.44, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #913B39 is Cyan = 0, Magento = 0.59, Yellow = 0.61 and Black (K on CMYK) = 0.43.

Color convert

RGB1455957-
CMYK00.590.610.43
HSL1.36º43.56%39.61%-
HSV(B)1.36º60.69%56.86%-
XYZ13.989.444.96-
YUV84.49112.49171.16-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 55.56%
GREEN value IS 59 (23.44% from 255) = 22.61%
BLUE value IS 57 (22.66% from 255) = 21.84%
R=55.56%
G=22.61%
B=21.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.61
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145595700.590.610.431.3643.5639.61
Hex913B3903B3D2B12c28
Octal2217371073755315450
Binary1001000111101111100101110111111011010111101100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #913B39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #913B39; }

 p { color: rgb(145,59,57); }

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

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

 a { background-color: rgb(145,59,57); }

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

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

 span { border-color: rgb(145,59,57); }

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