Html Css Color HEX #8F372B Thunderbird

📋 copy color: '#8F372B'

red 143 ◦ green 55 ◦ blue 43

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

Shades of Thunderbird #8F372B

Tints of Thunderbird #8F372B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 17.84%

R = 59.34%
G = 22.82%
B = 17.84%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.70

 K value IS 0.44

RGB Variations

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

Color information

#8F372B (or 0x8F372B) is known color: Thunderbird. HEX triplet: 8F, 37 and 2B. RGB value is (143,55,43). Sum of RGB (Red+Green+Blue) = 143+55+43=241 (31% of max value = 765). Red value is 143 (56.25% from 255 or 59.34% from 241); Green value is 55 (21.88% from 255 or 22.82% from 241); Blue value is 43 (17.19% from 255 or 17.84% from 241); Max value from RGB is 143 - color contains mainly: red. Hex color #8F372B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F372B is #70C8D4. Grayscale: #505050. Windows color (decimal): -7391445 or 2832271. OLE color: 2832271.

HSL color Cylindrical-coordinate representation of color #8F372B: hue angle of 7.2º degrees, saturation: 0.54, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8F372B is Cyan = 0, Magento = 0.62, Yellow = 0.70 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 55 43 -
CMYK 0 0.62 0.70 0.44
HSL 7.2º 0.54% 0.36% -
HSV(B) 7.2º 0.7% 0.56% -
XYZ 13.13 8.75 3.28 -
YUV 79.94 107.15 172.98 -
System Red Green Blue C M Y K H S L
Decimal 143 55 43 0 0.62 0.70 0.44 7.2 0.54 0.36
Hex 8F 37 2B 0 3E 46 2C 7 36 24
Octal 217 67 53 0 76 106 54 7 66 44
Binary 10001111 110111 101011 0 111110 1000110 101100 111 110110 100100

Color Harmonies of #8F372B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F372B

Black with #8F372B

Text Example


Text Example

White with #8F372B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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