#913229

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

Shades of Thunderbird #913229

Tints of Thunderbird #913229

Color information

#913229 (or 0x913229) is unknown color: approx Thunderbird. HEX triplet: 91, 32 and 29. RGB value is (145,50,41). Sum of RGB (Red+Green+Blue) = 145+50+41=236 (31% of max value = 765). Red value is 145 (57.03% from 255 or 61.44% from 236); Green value is 50 (19.92% from 255 or 21.19% from 236); Blue value is 41 (16.41% from 255 or 17.37% from 236); Max value from RGB is 145 - color contains mainly: red. Hex color #913229 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #913229 is #6ECDD6. Grayscale: #4D4D4D. Windows color (decimal): -7261655 or 2699921. OLE color: 2699921.

HSL color Cylindrical-coordinate representation of color #913229: hue angle of 5.19º 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 #913229 is Cyan = 0, Magento = 0.66, Yellow = 0.72 and Black (K on CMYK) = 0.43.

Color convert

RGB1455041-
CMYK00.660.720.43
HSL5.19º55.91%36.47%-
HSV(B)5.19º71.72%56.86%-
XYZ13.228.463.03-
YUV77.38107.47176.23-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 61.44%
GREEN value IS 50 (19.92% from 255) = 21.19%
BLUE value IS 41 (16.41% from 255) = 17.37%
R=61.44%
G=21.19%
B=17.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.72
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145504100.660.720.435.1955.9136.47
Hex913229042482B53824
Octal221625101021105357044
Binary10010001110010101001010000101001000101011101111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #913229

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #913229; }

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

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

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

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

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

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

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

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