#8D3A34

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

Shades of Thunderbird #8D3A34

Tints of Thunderbird #8D3A34

Color information

#8D3A34 (or 0x8D3A34) is unknown color: approx Thunderbird. HEX triplet: 8D, 3A and 34. RGB value is (141,58,52). Sum of RGB (Red+Green+Blue) = 141+58+52=251 (33% of max value = 765). Red value is 141 (55.47% from 255 or 56.18% from 251); Green value is 58 (23.05% from 255 or 23.11% from 251); Blue value is 52 (20.70% from 255 or 20.72% from 251); Max value from RGB is 141 - color contains mainly: red. Hex color #8D3A34 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D3A34 is #72C5CB. Grayscale: #525252. Windows color (decimal): -7521740 or 3422861. OLE color: 3422861.

HSL color Cylindrical-coordinate representation of color #8D3A34: hue angle of 4.04º degrees, saturation: 0.46, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8D3A34 is Cyan = 0, Magento = 0.59, Yellow = 0.63 and Black (K on CMYK) = 0.45.

Color convert

RGB1415852-
CMYK00.590.630.45
HSL4.04º46.11%37.84%-
HSV(B)4.04º63.12%55.29%-
XYZ13.128.944.28-
YUV82.13111169.99-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 56.18%
GREEN value IS 58 (23.05% from 255) = 23.11%
BLUE value IS 52 (20.70% from 255) = 20.72%
R=56.18%
G=23.11%
B=20.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.63
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141585200.590.630.454.0446.1137.84
Hex8D3A3403B3F2D42e26
Octal2157264073775545646
Binary100011011110101101000111011111111101101100101110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D3A34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8D3A34; }

 p { color: rgb(141,58,52); }

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

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

 a { background-color: rgb(141,58,52); }

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

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

 span { border-color: rgb(141,58,52); }

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