#91372F

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

Shades of Thunderbird #91372F

Tints of Thunderbird #91372F

Color information

#91372F (or 0x91372F) is unknown color: approx Thunderbird. HEX triplet: 91, 37 and 2F. RGB value is (145,55,47). Sum of RGB (Red+Green+Blue) = 145+55+47=247 (32% of max value = 765). Red value is 145 (57.03% from 255 or 58.70% from 247); Green value is 55 (21.88% from 255 or 22.27% from 247); Blue value is 47 (18.75% from 255 or 19.03% from 247); Max value from RGB is 145 - color contains mainly: red. Hex color #91372F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #91372F is #6EC8D0. Grayscale: #515151. Windows color (decimal): -7260369 or 3094417. OLE color: 3094417.

HSL color Cylindrical-coordinate representation of color #91372F: hue angle of 4.9º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #91372F is Cyan = 0, Magento = 0.62, Yellow = 0.68 and Black (K on CMYK) = 0.43.

Color convert

RGB1455547-
CMYK00.620.680.43
HSL4.9º51.04%37.65%-
HSV(B)4.9º67.59%56.86%-
XYZ13.568.963.7-
YUV81108.82173.65-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 58.70%
GREEN value IS 55 (21.88% from 255) = 22.27%
BLUE value IS 47 (18.75% from 255) = 19.03%
R=58.70%
G=22.27%
B=19.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.68
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145554700.620.680.434.951.0437.65
Hex91372F03E442B53326
Octal22167570761045356346
Binary1001000111011110111101111101000100101011101110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91372F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #91372F; }

 p { color: rgb(145,55,47); }

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

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

 a { background-color: rgb(145,55,47); }

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

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

 span { border-color: rgb(145,55,47); }

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