#913A35

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

Shades of Thunderbird #913A35

Tints of Thunderbird #913A35

Color information

#913A35 (or 0x913A35) is unknown color: approx Thunderbird. HEX triplet: 91, 3A and 35. RGB value is (145,58,53). Sum of RGB (Red+Green+Blue) = 145+58+53=256 (33% of max value = 765). Red value is 145 (57.03% from 255 or 56.64% from 256); Green value is 58 (23.05% from 255 or 22.66% from 256); Blue value is 53 (21.09% from 255 or 20.70% from 256); Max value from RGB is 145 - color contains mainly: red. Hex color #913A35 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #913A35 is #6EC5CA. Grayscale: #535353. Windows color (decimal): -7259595 or 3488401. OLE color: 3488401.

HSL color Cylindrical-coordinate representation of color #913A35: hue angle of 3.26º 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 #913A35 is Cyan = 0, Magento = 0.6, Yellow = 0.63 and Black (K on CMYK) = 0.43.

Color convert

RGB1455853-
CMYK00.60.630.43
HSL3.26º46.46%38.82%-
HSV(B)3.26º63.45%56.86%-
XYZ13.839.34.43-
YUV83.44110.82171.91-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 56.64%
GREEN value IS 58 (23.05% from 255) = 22.66%
BLUE value IS 53 (21.09% from 255) = 20.70%
R=56.64%
G=22.66%
B=20.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.63
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145585300.60.630.433.2646.4638.82
Hex913A3503C3F2B32e27
Octal2217265074775335647
Binary10010001111010110101011110011111110101111101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #913A35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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