Html Css Color HEX #8F3C38 Thunderbird

📋 copy color: '#8F3C38'

red 143 ◦ green 60 ◦ blue 56

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

Shades of Thunderbird #8F3C38

Tints of Thunderbird #8F3C38

RGB

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

 GREEN value IS 60 (23.83% from 255) = 23.17%

 BLUE value IS 56 (22.27% from 255) = 21.62%

R = 55.21%
G = 23.17%
B = 21.62%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.61

 K value IS 0.44

RGB Variations

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

Color information

#8F3C38 (or 0x8F3C38) is known color: Thunderbird. HEX triplet: 8F, 3C and 38. RGB value is (143,60,56). Sum of RGB (Red+Green+Blue) = 143+60+56=259 (34% of max value = 765). Red value is 143 (56.25% from 255 or 55.21% from 259); Green value is 60 (23.83% from 255 or 23.17% from 259); Blue value is 56 (22.27% from 255 or 21.62% from 259); Max value from RGB is 143 - color contains mainly: red. Hex color #8F3C38 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F3C38 is #70C3C7. Grayscale: #545454. Windows color (decimal): -7390152 or 3685519. OLE color: 3685519.

HSL color Cylindrical-coordinate representation of color #8F3C38: hue angle of 2.76º degrees, saturation: 0.44, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8F3C38 is Cyan = 0, Magento = 0.58, Yellow = 0.61 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 60 56 -
CMYK 0 0.58 0.61 0.44
HSL 2.76º 0.44% 0.39% -
HSV(B) 2.76º 0.61% 0.56% -
XYZ 13.66 9.36 4.83 -
YUV 84.36 112 169.83 -
System Red Green Blue C M Y K H S L
Decimal 143 60 56 0 0.58 0.61 0.44 2.76 0.44 0.39
Hex 8F 3C 38 0 3A 3D 2C 3 2C 27
Octal 217 74 70 0 72 75 54 3 54 47
Binary 10001111 111100 111000 0 111010 111101 101100 11 101100 100111

Color Harmonies of #8F3C38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F3C38

Black with #8F3C38

Text Example


Text Example

White with #8F3C38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,60,56); }

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

background-color css

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

 a { background-color: rgb(143,60,56); }

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

border-color css

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

 span { border-color: rgb(143,60,56); }

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