#8C313A

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

Shades of Well Read #8C313A

Tints of Well Read #8C313A

Color information

#8C313A (or 0x8C313A) is unknown color: approx Well Read. HEX triplet: 8C, 31 and 3A. RGB value is (140,49,58). Sum of RGB (Red+Green+Blue) = 140+49+58=247 (32% of max value = 765). Red value is 140 (55.08% from 255 or 56.68% from 247); Green value is 49 (19.53% from 255 or 19.84% from 247); Blue value is 58 (23.05% from 255 or 23.48% from 247); Max value from RGB is 140 - color contains mainly: red. Hex color #8C313A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C313A is #73CEC5. Grayscale: #4D4D4D. Windows color (decimal): -7589574 or 3813772. OLE color: 3813772.

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

Color convert

RGB1404958-
CMYK00.650.590.45
HSL354.07º48.15%37.06%-
HSV(B)354.07º65%54.9%-
XYZ12.688.084.89-
YUV77.23117.15172.77-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 56.68%
GREEN value IS 49 (19.53% from 255) = 19.84%
BLUE value IS 58 (23.05% from 255) = 23.48%
R=56.68%
G=19.84%
B=23.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.59
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140495800.650.590.45354.0748.1537.06
Hex8C313A0413B2D1623025
Octal2146172010173555426045
Binary1000110011000111101001000001111011101101101100010110000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C313A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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