#8D372D

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

Shades of Thunderbird #8D372D

Tints of Thunderbird #8D372D

Color information

#8D372D (or 0x8D372D) is unknown color: approx Thunderbird. HEX triplet: 8D, 37 and 2D. RGB value is (141,55,45). Sum of RGB (Red+Green+Blue) = 141+55+45=241 (31% of max value = 765). Red value is 141 (55.47% from 255 or 58.51% from 241); Green value is 55 (21.88% from 255 or 22.82% from 241); Blue value is 45 (17.97% from 255 or 18.67% from 241); Max value from RGB is 141 - color contains mainly: red. Hex color #8D372D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D372D is #72C8D2. Grayscale: #4F4F4F. Windows color (decimal): -7522515 or 2963341. OLE color: 2963341.

HSL color Cylindrical-coordinate representation of color #8D372D: hue angle of 6.25º degrees, saturation: 0.52, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8D372D is Cyan = 0, Magento = 0.61, Yellow = 0.68 and Black (K on CMYK) = 0.45.

Color convert

RGB1415545-
CMYK00.610.680.45
HSL6.25º51.61%36.47%-
HSV(B)6.25º68.09%55.29%-
XYZ12.828.583.46-
YUV79.57108.49171.81-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 58.51%
GREEN value IS 55 (21.88% from 255) = 22.82%
BLUE value IS 45 (17.97% from 255) = 18.67%
R=58.51%
G=22.82%
B=18.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.68
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141554500.610.680.456.2551.6136.47
Hex8D372D03D442D63424
Octal21567550751045566444
Binary1000110111011110110101111011000100101101110110100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D372D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,55,45); }

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

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

 a { background-color: rgb(141,55,45); }

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

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

 span { border-color: rgb(141,55,45); }

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