#8C313F

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

Shades of Well Read #8C313F

Tints of Well Read #8C313F

Color information

#8C313F (or 0x8C313F) is unknown color: approx Well Read. HEX triplet: 8C, 31 and 3F. RGB value is (140,49,63). Sum of RGB (Red+Green+Blue) = 140+49+63=252 (33% of max value = 765). Red value is 140 (55.08% from 255 or 55.56% from 252); Green value is 49 (19.53% from 255 or 19.44% from 252); Blue value is 63 (25% from 255 or 25% from 252); Max value from RGB is 140 - color contains mainly: red. Hex color #8C313F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C313F is #73CEC0. Grayscale: #4D4D4D. Windows color (decimal): -7589569 or 4141452. OLE color: 4141452.

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

Color convert

RGB1404963-
CMYK00.650.550.45
HSL350.77º48.15%37.06%-
HSV(B)350.77º65%54.9%-
XYZ12.818.135.6-
YUV77.8119.65172.36-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 55.56%
GREEN value IS 49 (19.53% from 255) = 19.44%
BLUE value IS 63 (25% from 255) = 25%
R=55.56%
G=19.44%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.55
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140496300.650.550.45350.7748.1537.06
Hex8C313F041372D15f3025
Octal2146177010167555376045
Binary1000110011000111111101000001110111101101101011111110000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C313F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,49,63); }

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

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

 a { background-color: rgb(140,49,63); }

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

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

 span { border-color: rgb(140,49,63); }

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