Html Css Color HEX #8F352F Thunderbird

📋 copy color: '#8F352F'

red 143 ◦ green 53 ◦ blue 47

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

Shades of Thunderbird #8F352F

Tints of Thunderbird #8F352F

RGB

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

 GREEN value IS 53 (21.09% from 255) = 21.81%

 BLUE value IS 47 (18.75% from 255) = 19.34%

R = 58.85%
G = 21.81%
B = 19.34%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.67

 K value IS 0.44

RGB Variations

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

Color information

#8F352F (or 0x8F352F) is known color: Thunderbird. HEX triplet: 8F, 35 and 2F. RGB value is (143,53,47). Sum of RGB (Red+Green+Blue) = 143+53+47=243 (32% of max value = 765). Red value is 143 (56.25% from 255 or 58.85% from 243); Green value is 53 (21.09% from 255 or 21.81% from 243); Blue value is 47 (18.75% from 255 or 19.34% from 243); Max value from RGB is 143 - color contains mainly: red. Hex color #8F352F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F352F is #70CAD0. Grayscale: #4F4F4F. Windows color (decimal): -7391953 or 3093903. OLE color: 3093903.

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

Color convert

RGB 143 53 47 -
CMYK 0 0.63 0.67 0.44
HSL 3.75º 0.51% 0.37% -
HSV(B) 3.75º 0.67% 0.56% -
XYZ 13.11 8.59 3.66 -
YUV 79.23 109.82 173.49 -
System Red Green Blue C M Y K H S L
Decimal 143 53 47 0 0.63 0.67 0.44 3.75 0.51 0.37
Hex 8F 35 2F 0 3F 43 2C 4 33 25
Octal 217 65 57 0 77 103 54 4 63 45
Binary 10001111 110101 101111 0 111111 1000011 101100 100 110011 100101

Color Harmonies of #8F352F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F352F

Black with #8F352F

Text Example


Text Example

White with #8F352F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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