Html Css Color HEX #8F3631 Thunderbird

📋 copy color: '#8F3631'

red 143 ◦ green 54 ◦ blue 49

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

Shades of Thunderbird #8F3631

Tints of Thunderbird #8F3631

RGB

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

 GREEN value IS 54 (21.48% from 255) = 21.95%

 BLUE value IS 49 (19.53% from 255) = 19.92%

R = 58.13%
G = 21.95%
B = 19.92%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.66

 K value IS 0.44

RGB Variations

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

Color information

#8F3631 (or 0x8F3631) is known color: Thunderbird. HEX triplet: 8F, 36 and 31. RGB value is (143,54,49). Sum of RGB (Red+Green+Blue) = 143+54+49=246 (32% of max value = 765). Red value is 143 (56.25% from 255 or 58.13% from 246); Green value is 54 (21.48% from 255 or 21.95% from 246); Blue value is 49 (19.53% from 255 or 19.92% from 246); Max value from RGB is 143 - color contains mainly: red. Hex color #8F3631 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F3631 is #70C9CE. Grayscale: #505050. Windows color (decimal): -7391695 or 3225231. OLE color: 3225231.

HSL color Cylindrical-coordinate representation of color #8F3631: hue angle of 3.19º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8F3631 is Cyan = 0, Magento = 0.62, Yellow = 0.66 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 54 49 -
CMYK 0 0.62 0.66 0.44
HSL 3.19º 0.49% 0.38% -
HSV(B) 3.19º 0.66% 0.56% -
XYZ 13.2 8.7 3.89 -
YUV 80.04 110.49 172.91 -
System Red Green Blue C M Y K H S L
Decimal 143 54 49 0 0.62 0.66 0.44 3.19 0.49 0.38
Hex 8F 36 31 0 3E 42 2C 3 31 26
Octal 217 66 61 0 76 102 54 3 61 46
Binary 10001111 110110 110001 0 111110 1000010 101100 11 110001 100110

Color Harmonies of #8F3631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F3631

Black with #8F3631

Text Example


Text Example

White with #8F3631

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,54,49); }

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

background-color css

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

 a { background-color: rgb(143,54,49); }

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

border-color css

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

 span { border-color: rgb(143,54,49); }

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