Html Css Color HEX #8F342E Thunderbird

📋 copy color: '#8F342E'

red 143 ◦ green 52 ◦ blue 46

#8F342E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Thunderbird #8F342E

Tints of Thunderbird #8F342E

RGB

 RED value IS 143 (56.25% from 255) = 59.34%

 GREEN value IS 52 (20.7% from 255) = 21.58%

 BLUE value IS 46 (18.36% from 255) = 19.09%

R = 59.34%
G = 21.58%
B = 19.09%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.68

 K value IS 0.44

RGB Variations

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

Color information

#8F342E (or 0x8F342E) is known color: Thunderbird. HEX triplet: 8F, 34 and 2E. RGB value is (143,52,46). Sum of RGB (Red+Green+Blue) = 143+52+46=241 (31% of max value = 765). Red value is 143 (56.25% from 255 or 59.34% from 241); Green value is 52 (20.70% from 255 or 21.58% from 241); Blue value is 46 (18.36% from 255 or 19.09% from 241); Max value from RGB is 143 - color contains mainly: red. Hex color #8F342E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F342E is #70CBD1. Grayscale: #4E4E4E. Windows color (decimal): -7392210 or 3028111. OLE color: 3028111.

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

Color convert

RGB 143 52 46 -
CMYK 0 0.64 0.68 0.44
HSL 3.71º 0.51% 0.37% -
HSV(B) 3.71º 0.68% 0.56% -
XYZ 13.05 8.49 3.54 -
YUV 78.53 109.65 173.99 -
System Red Green Blue C M Y K H S L
Decimal 143 52 46 0 0.64 0.68 0.44 3.71 0.51 0.37
Hex 8F 34 2E 0 40 44 2C 4 33 25
Octal 217 64 56 0 100 104 54 4 63 45
Binary 10001111 110100 101110 0 1000000 1000100 101100 100 110011 100101

Color Harmonies of #8F342E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F342E

Black with #8F342E

Text Example


Text Example

White with #8F342E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #8F342E;
 }
 .AnyTagClassName
 {
   color: #8F342E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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