#912F29

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

Shades of Thunderbird #912F29

Tints of Thunderbird #912F29

Color information

#912F29 (or 0x912F29) is unknown color: approx Thunderbird. HEX triplet: 91, 2F and 29. RGB value is (145,47,41). Sum of RGB (Red+Green+Blue) = 145+47+41=233 (30% of max value = 765). Red value is 145 (57.03% from 255 or 62.23% from 233); Green value is 47 (18.75% from 255 or 20.17% from 233); Blue value is 41 (16.41% from 255 or 17.60% from 233); Max value from RGB is 145 - color contains mainly: red. Hex color #912F29 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #912F29 is #6ED0D6. Grayscale: #4B4B4B. Windows color (decimal): -7262423 or 2699153. OLE color: 2699153.

HSL color Cylindrical-coordinate representation of color #912F29: hue angle of 3.46º degrees, saturation: 0.56, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #912F29 is Cyan = 0, Magento = 0.68, Yellow = 0.72 and Black (K on CMYK) = 0.43.

Color convert

RGB1454741-
CMYK00.680.720.43
HSL3.46º55.91%36.47%-
HSV(B)3.46º71.72%56.86%-
XYZ13.098.212.99-
YUV75.62108.47177.49-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 62.23%
GREEN value IS 47 (18.75% from 255) = 20.17%
BLUE value IS 41 (16.41% from 255) = 17.60%
R=62.23%
G=20.17%
B=17.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.72
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145474100.680.720.433.4655.9136.47
Hex912F29044482B33824
Octal221575101041105337044
Binary1001000110111110100101000100100100010101111111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #912F29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #912F29; }

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

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

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

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

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

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

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

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