#8D342B

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

Shades of Thunderbird #8D342B

Tints of Thunderbird #8D342B

Color information

#8D342B (or 0x8D342B) is unknown color: approx Thunderbird. HEX triplet: 8D, 34 and 2B. RGB value is (141,52,43). Sum of RGB (Red+Green+Blue) = 141+52+43=236 (31% of max value = 765). Red value is 141 (55.47% from 255 or 59.75% from 236); Green value is 52 (20.70% from 255 or 22.03% from 236); Blue value is 43 (17.19% from 255 or 18.22% from 236); Max value from RGB is 141 - color contains mainly: red. Hex color #8D342B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D342B is #72CBD4. Grayscale: #4D4D4D. Windows color (decimal): -7523285 or 2831501. OLE color: 2831501.

HSL color Cylindrical-coordinate representation of color #8D342B: hue angle of 5.51º degrees, saturation: 0.53, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8D342B is Cyan = 0, Magento = 0.63, Yellow = 0.70 and Black (K on CMYK) = 0.45.

Color convert

RGB1415243-
CMYK00.630.700.45
HSL5.51º53.26%36.08%-
HSV(B)5.51º69.5%55.29%-
XYZ12.658.293.22-
YUV77.58108.49173.23-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 59.75%
GREEN value IS 52 (20.70% from 255) = 22.03%
BLUE value IS 43 (17.19% from 255) = 18.22%
R=59.75%
G=22.03%
B=18.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.70
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141524300.630.700.455.5153.2636.08
Hex8D342B03F462D63524
Octal21564530771065566544
Binary1000110111010010101101111111000110101101110110101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D342B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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