#8C3342

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

Shades of Well Read #8C3342

Tints of Well Read #8C3342

Color information

#8C3342 (or 0x8C3342) is unknown color: approx Well Read. HEX triplet: 8C, 33 and 42. RGB value is (140,51,66). Sum of RGB (Red+Green+Blue) = 140+51+66=257 (34% of max value = 765). Red value is 140 (55.08% from 255 or 54.47% from 257); Green value is 51 (20.31% from 255 or 19.84% from 257); Blue value is 66 (26.17% from 255 or 25.68% from 257); Max value from RGB is 140 - color contains mainly: red. Hex color #8C3342 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C3342 is #73CCBD. Grayscale: #4F4F4F. Windows color (decimal): -7589054 or 4338572. OLE color: 4338572.

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

Color convert

RGB1405166-
CMYK00.640.530.45
HSL349.89º46.6%37.45%-
HSV(B)349.89º63.57%54.9%-
XYZ12.988.346.08-
YUV79.32120.49171.28-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 54.47%
GREEN value IS 51 (20.31% from 255) = 19.84%
BLUE value IS 66 (26.17% from 255) = 25.68%
R=54.47%
G=19.84%
B=25.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.53
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140516600.640.530.45349.8946.637.45
Hex8C3342040352D15e2f25
Octal21463102010065555365745
Binary10001100110011100001001000000110101101101101011110101111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C3342

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,51,66); }

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

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

 a { background-color: rgb(140,51,66); }

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

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

 span { border-color: rgb(140,51,66); }

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