Html Css Color HEX #8D312E Thunderbird

📋 copy color: '#8D312E'

red 141 ◦ green 49 ◦ blue 46

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

Shades of Thunderbird #8D312E

Tints of Thunderbird #8D312E

RGB

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

 GREEN value IS 49 (19.53% from 255) = 20.76%

 BLUE value IS 46 (18.36% from 255) = 19.49%

R = 59.75%
G = 20.76%
B = 19.49%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.67

 K value IS 0.45

RGB Variations

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

Color information

#8D312E (or 0x8D312E) is known color: Thunderbird. HEX triplet: 8D, 31 and 2E. RGB value is (141,49,46). Sum of RGB (Red+Green+Blue) = 141+49+46=236 (31% of max value = 765). Red value is 141 (55.47% from 255 or 59.75% from 236); Green value is 49 (19.53% from 255 or 20.76% from 236); Blue value is 46 (18.36% from 255 or 19.49% from 236); Max value from RGB is 141 - color contains mainly: red. Hex color #8D312E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D312E is #72CED1. Grayscale: #4C4C4C. Windows color (decimal): -7524050 or 3027341. OLE color: 3027341.

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

Color convert

RGB 141 49 46 -
CMYK 0 0.65 0.67 0.45
HSL 1.89º 0.51% 0.37% -
HSV(B) 1.89º 0.67% 0.55% -
XYZ 12.58 8.06 3.48 -
YUV 76.17 110.98 174.24 -
System Red Green Blue C M Y K H S L
Decimal 141 49 46 0 0.65 0.67 0.45 1.89 0.51 0.37
Hex 8D 31 2E 0 41 43 2D 2 33 25
Octal 215 61 56 0 101 103 55 2 63 45
Binary 10001101 110001 101110 0 1000001 1000011 101101 10 110011 100101

Color Harmonies of #8D312E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D312E

Black with #8D312E

Text Example


Text Example

White with #8D312E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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