#8D3142

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

Shades of Well Read #8D3142

Tints of Well Read #8D3142

Color information

#8D3142 (or 0x8D3142) is unknown color: approx Well Read. HEX triplet: 8D, 31 and 42. RGB value is (141,49,66). Sum of RGB (Red+Green+Blue) = 141+49+66=256 (33% of max value = 765). Red value is 141 (55.47% from 255 or 55.08% from 256); Green value is 49 (19.53% from 255 or 19.14% from 256); Blue value is 66 (26.17% from 255 or 25.78% from 256); Max value from RGB is 141 - color contains mainly: red. Hex color #8D3142 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D3142 is #72CEBD. Grayscale: #4E4E4E. Windows color (decimal): -7524030 or 4338061. OLE color: 4338061.

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

Color convert

RGB1414966-
CMYK00.650.530.45
HSL348.91º48.42%37.25%-
HSV(B)348.91º65.25%55.29%-
XYZ13.078.256.06-
YUV78.45120.98172.62-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 55.08%
GREEN value IS 49 (19.53% from 255) = 19.14%
BLUE value IS 66 (26.17% from 255) = 25.78%
R=55.08%
G=19.14%
B=25.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.53
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141496600.650.530.45348.9148.4237.25
Hex8D3142041352D15d3025
Octal21561102010165555356045
Binary10001101110001100001001000001110101101101101011101110000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D3142

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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