#8D343D

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

Shades of Well Read #8D343D

Tints of Well Read #8D343D

Color information

#8D343D (or 0x8D343D) is unknown color: approx Well Read. HEX triplet: 8D, 34 and 3D. RGB value is (141,52,61). Sum of RGB (Red+Green+Blue) = 141+52+61=254 (33% of max value = 765). Red value is 141 (55.47% from 255 or 55.51% from 254); Green value is 52 (20.70% from 255 or 20.47% from 254); Blue value is 61 (24.22% from 255 or 24.02% from 254); Max value from RGB is 141 - color contains mainly: red. Hex color #8D343D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D343D is #72CBC2. Grayscale: #4F4F4F. Windows color (decimal): -7523267 or 4011149. OLE color: 4011149.

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

Color convert

RGB1415261-
CMYK00.630.570.45
HSL353.93º46.11%37.84%-
HSV(B)353.93º63.12%55.29%-
XYZ13.058.465.36-
YUV79.64117.49171.77-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 55.51%
GREEN value IS 52 (20.70% from 255) = 20.47%
BLUE value IS 61 (24.22% from 255) = 24.02%
R=55.51%
G=20.47%
B=24.02%

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
Decimal141526100.630.570.45353.9346.1137.84
Hex8D343D03F392D1622e26
Octal215647507771555425646
Binary100011011101001111010111111111001101101101100010101110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D343D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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