#8F342D

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

Shades of Thunderbird #8F342D

Tints of Thunderbird #8F342D

Color information

#8F342D (or 0x8F342D) is unknown color: approx Thunderbird. HEX triplet: 8F, 34 and 2D. RGB value is (143,52,45). Sum of RGB (Red+Green+Blue) = 143+52+45=240 (31% of max value = 765). Red value is 143 (56.25% from 255 or 59.58% from 240); Green value is 52 (20.70% from 255 or 21.67% from 240); Blue value is 45 (17.97% from 255 or 18.75% from 240); Max value from RGB is 143 - color contains mainly: red. Hex color #8F342D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F342D is #70CBD2. Grayscale: #4E4E4E. Windows color (decimal): -7392211 or 2962575. OLE color: 2962575.

HSL color Cylindrical-coordinate representation of color #8F342D: hue angle of 4.29º degrees, saturation: 0.52, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8F342D is Cyan = 0, Magento = 0.64, Yellow = 0.69 and Black (K on CMYK) = 0.44.

Color convert

RGB1435245-
CMYK00.640.690.44
HSL4.29º52.13%36.86%-
HSV(B)4.29º68.53%56.08%-
XYZ13.038.493.43-
YUV78.41109.15174.07-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 59.58%
GREEN value IS 52 (20.70% from 255) = 21.67%
BLUE value IS 45 (17.97% from 255) = 18.75%
R=59.58%
G=21.67%
B=18.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.69
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal143524500.640.690.444.2952.1336.86
Hex8F342D040452C43425
Octal217645501001055446445
Binary10001111110100101101010000001000101101100100110100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F342D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,52,45); }

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

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

 a { background-color: rgb(143,52,45); }

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

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

 span { border-color: rgb(143,52,45); }

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