Html Css Color HEX #8F372C Thunderbird

📋 copy color: '#8F372C'

red 143 ◦ green 55 ◦ blue 44

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

Shades of Thunderbird #8F372C

Tints of Thunderbird #8F372C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 18.18%

R = 59.09%
G = 22.73%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.69

 K value IS 0.44

RGB Variations

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

Color information

#8F372C (or 0x8F372C) is known color: Thunderbird. HEX triplet: 8F, 37 and 2C. RGB value is (143,55,44). Sum of RGB (Red+Green+Blue) = 143+55+44=242 (32% of max value = 765). Red value is 143 (56.25% from 255 or 59.09% from 242); Green value is 55 (21.88% from 255 or 22.73% from 242); Blue value is 44 (17.58% from 255 or 18.18% from 242); Max value from RGB is 143 - color contains mainly: red. Hex color #8F372C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F372C is #70C8D3. Grayscale: #505050. Windows color (decimal): -7391444 or 2897807. OLE color: 2897807.

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

Color convert

RGB 143 55 44 -
CMYK 0 0.62 0.69 0.44
HSL 6.67º 0.53% 0.37% -
HSV(B) 6.67º 0.69% 0.56% -
XYZ 13.15 8.75 3.38 -
YUV 80.06 107.65 172.89 -
System Red Green Blue C M Y K H S L
Decimal 143 55 44 0 0.62 0.69 0.44 6.67 0.53 0.37
Hex 8F 37 2C 0 3E 45 2C 7 35 25
Octal 217 67 54 0 76 105 54 7 65 45
Binary 10001111 110111 101100 0 111110 1000101 101100 111 110101 100101

Color Harmonies of #8F372C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F372C

Black with #8F372C

Text Example


Text Example

White with #8F372C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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