#8D343F

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

Shades of Well Read #8D343F

Tints of Well Read #8D343F

Color information

#8D343F (or 0x8D343F) is unknown color: approx Well Read. HEX triplet: 8D, 34 and 3F. RGB value is (141,52,63). Sum of RGB (Red+Green+Blue) = 141+52+63=256 (33% of max value = 765). Red value is 141 (55.47% from 255 or 55.08% from 256); Green value is 52 (20.70% from 255 or 20.31% from 256); Blue value is 63 (25% from 255 or 24.61% from 256); Max value from RGB is 141 - color contains mainly: red. Hex color #8D343F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D343F is #72CBC0. Grayscale: #4F4F4F. Windows color (decimal): -7523265 or 4142221. OLE color: 4142221.

HSL color Cylindrical-coordinate representation of color #8D343F: hue angle of 352.58º 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 #8D343F is Cyan = 0, Magento = 0.63, Yellow = 0.55 and Black (K on CMYK) = 0.45.

Color convert

RGB1415263-
CMYK00.630.550.45
HSL352.58º46.11%37.84%-
HSV(B)352.58º63.12%55.29%-
XYZ13.118.485.65-
YUV79.86118.49171.61-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 55.08%
GREEN value IS 52 (20.70% from 255) = 20.31%
BLUE value IS 63 (25% from 255) = 24.61%
R=55.08%
G=20.31%
B=24.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.55
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141526300.630.550.45352.5846.1137.84
Hex8D343F03F372D1612e26
Octal215647707767555415646
Binary100011011101001111110111111110111101101101100001101110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D343F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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