Html Css Color HEX #8F372E Thunderbird

📋 copy color: '#8F372E'

red 143 ◦ green 55 ◦ blue 46

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

Shades of Thunderbird #8F372E

Tints of Thunderbird #8F372E

RGB

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

 GREEN value IS 55 (21.88% from 255) = 22.54%

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

R = 58.61%
G = 22.54%
B = 18.85%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.68

 K value IS 0.44

RGB Variations

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

Color information

#8F372E (or 0x8F372E) is known color: Thunderbird. HEX triplet: 8F, 37 and 2E. RGB value is (143,55,46). Sum of RGB (Red+Green+Blue) = 143+55+46=244 (32% of max value = 765). Red value is 143 (56.25% from 255 or 58.61% from 244); Green value is 55 (21.88% from 255 or 22.54% from 244); Blue value is 46 (18.36% from 255 or 18.85% from 244); Max value from RGB is 143 - color contains mainly: red. Hex color #8F372E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F372E is #70C8D1. Grayscale: #505050. Windows color (decimal): -7391442 or 3028879. OLE color: 3028879.

HSL color Cylindrical-coordinate representation of color #8F372E: hue angle of 5.57º 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 #8F372E is Cyan = 0, Magento = 0.62, Yellow = 0.68 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 55 46 -
CMYK 0 0.62 0.68 0.44
HSL 5.57º 0.51% 0.37% -
HSV(B) 5.57º 0.68% 0.56% -
XYZ 13.19 8.77 3.58 -
YUV 80.29 108.65 172.73 -
System Red Green Blue C M Y K H S L
Decimal 143 55 46 0 0.62 0.68 0.44 5.57 0.51 0.37
Hex 8F 37 2E 0 3E 44 2C 6 33 25
Octal 217 67 56 0 76 104 54 6 63 45
Binary 10001111 110111 101110 0 111110 1000100 101100 110 110011 100101

Color Harmonies of #8F372E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F372E

Black with #8F372E

Text Example


Text Example

White with #8F372E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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