Html Css Color HEX #8F362C Thunderbird

📋 copy color: '#8F362C'

red 143 ◦ green 54 ◦ blue 44

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

Shades of Thunderbird #8F362C

Tints of Thunderbird #8F362C

RGB

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

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

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

R = 59.34%
G = 22.41%
B = 18.26%

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

#8F362C (or 0x8F362C) is known color: Thunderbird. HEX triplet: 8F, 36 and 2C. RGB value is (143,54,44). Sum of RGB (Red+Green+Blue) = 143+54+44=241 (31% of max value = 765). Red value is 143 (56.25% from 255 or 59.34% from 241); Green value is 54 (21.48% from 255 or 22.41% from 241); Blue value is 44 (17.58% from 255 or 18.26% from 241); Max value from RGB is 143 - color contains mainly: red. Hex color #8F362C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F362C is #70C9D3. Grayscale: #4F4F4F. Windows color (decimal): -7391700 or 2897551. OLE color: 2897551.

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

Color convert

RGB 143 54 44 -
CMYK 0 0.62 0.69 0.44
HSL 6.06º 0.53% 0.37% -
HSV(B) 6.06º 0.69% 0.56% -
XYZ 13.1 8.66 3.36 -
YUV 79.47 107.99 173.31 -
System Red Green Blue C M Y K H S L
Decimal 143 54 44 0 0.62 0.69 0.44 6.06 0.53 0.37
Hex 8F 36 2C 0 3E 45 2C 6 35 25
Octal 217 66 54 0 76 105 54 6 65 45
Binary 10001111 110110 101100 0 111110 1000101 101100 110 110101 100101

Color Harmonies of #8F362C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F362C

Black with #8F362C

Text Example


Text Example

White with #8F362C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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