#913D35

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

Shades of Thunderbird #913D35

Tints of Thunderbird #913D35

Color information

#913D35 (or 0x913D35) is unknown color: approx Thunderbird. HEX triplet: 91, 3D and 35. RGB value is (145,61,53). Sum of RGB (Red+Green+Blue) = 145+61+53=259 (34% of max value = 765). Red value is 145 (57.03% from 255 or 55.98% from 259); Green value is 61 (24.22% from 255 or 23.55% from 259); Blue value is 53 (21.09% from 255 or 20.46% from 259); Max value from RGB is 145 - color contains mainly: red. Hex color #913D35 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #913D35 is #6EC2CA. Grayscale: #555555. Windows color (decimal): -7258827 or 3489169. OLE color: 3489169.

HSL color Cylindrical-coordinate representation of color #913D35: hue angle of 5.22º degrees, saturation: 0.46, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #913D35 is Cyan = 0, Magento = 0.58, Yellow = 0.63 and Black (K on CMYK) = 0.43.

Color convert

RGB1456153-
CMYK00.580.630.43
HSL5.22º46.46%38.82%-
HSV(B)5.22º63.45%56.86%-
XYZ13.999.614.49-
YUV85.2109.83170.65-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 55.98%
GREEN value IS 61 (24.22% from 255) = 23.55%
BLUE value IS 53 (21.09% from 255) = 20.46%
R=55.98%
G=23.55%
B=20.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.63
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145615300.580.630.435.2246.4638.82
Hex913D3503A3F2B52e27
Octal2217565072775355647
Binary100100011111011101010111010111111101011101101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #913D35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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