#8D302D

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

Shades of Thunderbird #8D302D

Tints of Thunderbird #8D302D

Color information

#8D302D (or 0x8D302D) is unknown color: approx Thunderbird. HEX triplet: 8D, 30 and 2D. RGB value is (141,48,45). Sum of RGB (Red+Green+Blue) = 141+48+45=234 (30% of max value = 765). Red value is 141 (55.47% from 255 or 60.26% from 234); Green value is 48 (19.14% from 255 or 20.51% from 234); Blue value is 45 (17.97% from 255 or 19.23% from 234); Max value from RGB is 141 - color contains mainly: red. Hex color #8D302D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D302D is #72CFD2. Grayscale: #4B4B4B. Windows color (decimal): -7524307 or 2961549. OLE color: 2961549.

HSL color Cylindrical-coordinate representation of color #8D302D: hue angle of 1.88º 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 #8D302D is Cyan = 0, Magento = 0.66, Yellow = 0.68 and Black (K on CMYK) = 0.45.

Color convert

RGB1414845-
CMYK00.660.680.45
HSL1.88º51.61%36.47%-
HSV(B)1.88º68.09%55.29%-
XYZ12.527.973.36-
YUV75.46110.81174.74-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 60.26%
GREEN value IS 48 (19.14% from 255) = 20.51%
BLUE value IS 45 (17.97% from 255) = 19.23%
R=60.26%
G=20.51%
B=19.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.68
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141484500.660.680.451.8851.6136.47
Hex8D302D042442D23424
Octal215605501021045526444
Binary1000110111000010110101000010100010010110110110100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D302D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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