#8D363E

Color #8D363E Well Read (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Well Read #8D363E

Tints of Well Read #8D363E

Color information

#8D363E (or 0x8D363E) is unknown color: approx Well Read. HEX triplet: 8D, 36 and 3E. RGB value is (141,54,62). Sum of RGB (Red+Green+Blue) = 141+54+62=257 (34% of max value = 765). Red value is 141 (55.47% from 255 or 54.86% from 257); Green value is 54 (21.48% from 255 or 21.01% from 257); Blue value is 62 (24.61% from 255 or 24.12% from 257); Max value from RGB is 141 - color contains mainly: red. Hex color #8D363E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D363E is #72C9C1. Grayscale: #505050. Windows color (decimal): -7522754 or 4077197. OLE color: 4077197.

HSL color Cylindrical-coordinate representation of color #8D363E: hue angle of 354.48º degrees, saturation: 0.45, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8D363E is Cyan = 0, Magento = 0.62, Yellow = 0.56 and Black (K on CMYK) = 0.45.

Color convert

RGB1415462-
CMYK00.620.560.45
HSL354.48º44.62%38.24%-
HSV(B)354.48º61.7%55.29%-
XYZ13.178.655.53-
YUV80.92117.32170.85-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 54.86%
GREEN value IS 54 (21.48% from 255) = 21.01%
BLUE value IS 62 (24.61% from 255) = 24.12%
R=54.86%
G=21.01%
B=24.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.56
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141546200.620.560.45354.4844.6238.24
Hex8D363E03E382D1622d26
Octal215667607670555425546
Binary100011011101101111100111110111000101101101100010101101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D363E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,54,62); }

 H1.HeaderClassName
 {
   color: #8D363E;
 }
 .AnyTagClassName
 {
   color: #8D363E;
 }
</style>
background-color css

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

 a { background-color: rgb(141,54,62); }

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

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

 span { border-color: rgb(141,54,62); }

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