Html Css Color HEX #8D312D Thunderbird

📋 copy color: '#8D312D'

red 141 ◦ green 49 ◦ blue 45

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

Shades of Thunderbird #8D312D

Tints of Thunderbird #8D312D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 19.15%

R = 60%
G = 20.85%
B = 19.15%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.68

 K value IS 0.45

RGB Variations

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

Color information

#8D312D (or 0x8D312D) is known color: Thunderbird. HEX triplet: 8D, 31 and 2D. RGB value is (141,49,45). Sum of RGB (Red+Green+Blue) = 141+49+45=235 (31% of max value = 765). Red value is 141 (55.47% from 255 or 60% from 235); Green value is 49 (19.53% from 255 or 20.85% from 235); Blue value is 45 (17.97% from 255 or 19.15% from 235); Max value from RGB is 141 - color contains mainly: red. Hex color #8D312D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D312D is #72CED2. Grayscale: #4C4C4C. Windows color (decimal): -7524051 or 2961805. OLE color: 2961805.

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

Color convert

RGB 141 49 45 -
CMYK 0 0.65 0.68 0.45
HSL 2.5º 0.52% 0.36% -
HSV(B) 2.5º 0.68% 0.55% -
XYZ 12.56 8.05 3.37 -
YUV 76.05 110.48 174.33 -
System Red Green Blue C M Y K H S L
Decimal 141 49 45 0 0.65 0.68 0.45 2.5 0.52 0.36
Hex 8D 31 2D 0 41 44 2D 2 34 24
Octal 215 61 55 0 101 104 55 2 64 44
Binary 10001101 110001 101101 0 1000001 1000100 101101 10 110100 100100

Color Harmonies of #8D312D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D312D

Black with #8D312D

Text Example


Text Example

White with #8D312D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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