#8F3534

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

Shades of Thunderbird #8F3534

Tints of Thunderbird #8F3534

Color information

#8F3534 (or 0x8F3534) is unknown color: approx Thunderbird. HEX triplet: 8F, 35 and 34. RGB value is (143,53,52). Sum of RGB (Red+Green+Blue) = 143+53+52=248 (32% of max value = 765). Red value is 143 (56.25% from 255 or 57.66% from 248); Green value is 53 (21.09% from 255 or 21.37% from 248); Blue value is 52 (20.70% from 255 or 20.97% from 248); Max value from RGB is 143 - color contains mainly: red. Hex color #8F3534 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F3534 is #70CACB. Grayscale: #4F4F4F. Windows color (decimal): -7391948 or 3421583. OLE color: 3421583.

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

Color convert

RGB1435352-
CMYK00.630.640.44
HSL0.66º46.67%38.24%-
HSV(B)0.66º63.64%56.08%-
XYZ13.228.634.22-
YUV79.8112.32173.08-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 57.66%
GREEN value IS 53 (21.09% from 255) = 21.37%
BLUE value IS 52 (20.70% from 255) = 20.97%
R=57.66%
G=21.37%
B=20.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.64
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal143535200.630.640.440.6646.6738.24
Hex8F353403F402C12f26
Octal21765640771005415746
Binary10001111110101110100011111110000001011001101111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F3534

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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