#8D343C

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

Shades of Well Read #8D343C

Tints of Well Read #8D343C

Color information

#8D343C (or 0x8D343C) is unknown color: approx Well Read. HEX triplet: 8D, 34 and 3C. RGB value is (141,52,60). Sum of RGB (Red+Green+Blue) = 141+52+60=253 (33% of max value = 765). Red value is 141 (55.47% from 255 or 55.73% from 253); Green value is 52 (20.70% from 255 or 20.55% from 253); Blue value is 60 (23.83% from 255 or 23.72% from 253); Max value from RGB is 141 - color contains mainly: red. Hex color #8D343C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D343C is #72CBC3. Grayscale: #4F4F4F. Windows color (decimal): -7523268 or 3945613. OLE color: 3945613.

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

Color convert

RGB1415260-
CMYK00.630.570.45
HSL354.61º46.11%37.84%-
HSV(B)354.61º63.12%55.29%-
XYZ13.038.445.22-
YUV79.52116.99171.85-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 55.73%
GREEN value IS 52 (20.70% from 255) = 20.55%
BLUE value IS 60 (23.83% from 255) = 23.72%
R=55.73%
G=20.55%
B=23.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.57
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141526000.630.570.45354.6146.1137.84
Hex8D343C03F392D1632e26
Octal215647407771555435646
Binary100011011101001111000111111111001101101101100011101110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D343C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,52,60); }

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

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

 a { background-color: rgb(141,52,60); }

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

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

 span { border-color: rgb(141,52,60); }

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