Html Css Color HEX #8D3931 Thunderbird

📋 copy color: '#8D3931'

red 141 ◦ green 57 ◦ blue 49

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

Shades of Thunderbird #8D3931

Tints of Thunderbird #8D3931

RGB

 RED value IS 141 (55.47% from 255) = 57.09%

 GREEN value IS 57 (22.66% from 255) = 23.08%

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

R = 57.09%
G = 23.08%
B = 19.84%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.65

 K value IS 0.45

RGB Variations

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

Color information

#8D3931 (or 0x8D3931) is known color: Thunderbird. HEX triplet: 8D, 39 and 31. RGB value is (141,57,49). Sum of RGB (Red+Green+Blue) = 141+57+49=247 (32% of max value = 765). Red value is 141 (55.47% from 255 or 57.09% from 247); Green value is 57 (22.66% from 255 or 23.08% from 247); Blue value is 49 (19.53% from 255 or 19.84% from 247); Max value from RGB is 141 - color contains mainly: red. Hex color #8D3931 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D3931 is #72C6CE. Grayscale: #515151. Windows color (decimal): -7521999 or 3225997. OLE color: 3225997.

HSL color Cylindrical-coordinate representation of color #8D3931: hue angle of 5.22º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8D3931 is Cyan = 0, Magento = 0.60, Yellow = 0.65 and Black (K on CMYK) = 0.45.

Color convert

RGB 141 57 49 -
CMYK 0 0.60 0.65 0.45
HSL 5.22º 0.48% 0.37% -
HSV(B) 5.22º 0.65% 0.55% -
XYZ 13 8.81 3.92 -
YUV 81.2 109.83 170.65 -
System Red Green Blue C M Y K H S L
Decimal 141 57 49 0 0.60 0.65 0.45 5.22 0.48 0.37
Hex 8D 39 31 0 3C 41 2D 5 30 25
Octal 215 71 61 0 74 101 55 5 60 45
Binary 10001101 111001 110001 0 111100 1000001 101101 101 110000 100101

Color Harmonies of #8D3931

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D3931

Black with #8D3931

Text Example


Text Example

White with #8D3931

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,57,49); }

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

background-color css

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

 a { background-color: rgb(141,57,49); }

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

border-color css

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

 span { border-color: rgb(141,57,49); }

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