#8D302C

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

Shades of Thunderbird #8D302C

Tints of Thunderbird #8D302C

Color information

#8D302C (or 0x8D302C) is unknown color: approx Thunderbird. HEX triplet: 8D, 30 and 2C. RGB value is (141,48,44). Sum of RGB (Red+Green+Blue) = 141+48+44=233 (30% of max value = 765). Red value is 141 (55.47% from 255 or 60.52% from 233); Green value is 48 (19.14% from 255 or 20.60% from 233); Blue value is 44 (17.58% from 255 or 18.88% from 233); Max value from RGB is 141 - color contains mainly: red. Hex color #8D302C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D302C is #72CFD3. Grayscale: #4B4B4B. Windows color (decimal): -7524308 or 2896013. OLE color: 2896013.

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

Color convert

RGB1414844-
CMYK00.660.690.45
HSL2.47º52.43%36.27%-
HSV(B)2.47º68.79%55.29%-
XYZ12.57.963.26-
YUV75.35110.31174.83-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 60.52%
GREEN value IS 48 (19.14% from 255) = 20.60%
BLUE value IS 44 (17.58% from 255) = 18.88%
R=60.52%
G=20.60%
B=18.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.69
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141484400.660.690.452.4752.4336.27
Hex8D302C042452D23424
Octal215605401021055526444
Binary1000110111000010110001000010100010110110110110100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D302C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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