Html Css Color HEX #8D312F Thunderbird

📋 copy color: '#8D312F'

red 141 ◦ green 49 ◦ blue 47

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

Shades of Thunderbird #8D312F

Tints of Thunderbird #8D312F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 19.83%

R = 59.49%
G = 20.68%
B = 19.83%

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

#8D312F (or 0x8D312F) is known color: Thunderbird. HEX triplet: 8D, 31 and 2F. RGB value is (141,49,47). Sum of RGB (Red+Green+Blue) = 141+49+47=237 (31% of max value = 765). Red value is 141 (55.47% from 255 or 59.49% from 237); Green value is 49 (19.53% from 255 or 20.68% from 237); Blue value is 47 (18.75% from 255 or 19.83% from 237); Max value from RGB is 141 - color contains mainly: red. Hex color #8D312F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D312F is #72CED0. Grayscale: #4C4C4C. Windows color (decimal): -7524049 or 3092877. OLE color: 3092877.

HSL color Cylindrical-coordinate representation of color #8D312F: hue angle of 1.28º degrees, saturation: 0.5, 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 #8D312F is Cyan = 0, Magento = 0.65, Yellow = 0.67 and Black (K on CMYK) = 0.45.

Color convert

RGB 141 49 47 -
CMYK 0 0.65 0.67 0.45
HSL 1.28º 0.5% 0.37% -
HSV(B) 1.28º 0.67% 0.55% -
XYZ 12.6 8.06 3.58 -
YUV 76.28 111.48 174.16 -
System Red Green Blue C M Y K H S L
Decimal 141 49 47 0 0.65 0.67 0.45 1.28 0.5 0.37
Hex 8D 31 2F 0 41 43 2D 1 32 25
Octal 215 61 57 0 101 103 55 1 62 45
Binary 10001101 110001 101111 0 1000001 1000011 101101 1 110010 100101

Color Harmonies of #8D312F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D312F

Black with #8D312F

Text Example


Text Example

White with #8D312F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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