#8C373F

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

Shades of Well Read #8C373F

Tints of Well Read #8C373F

Color information

#8C373F (or 0x8C373F) is unknown color: approx Well Read. HEX triplet: 8C, 37 and 3F. RGB value is (140,55,63). Sum of RGB (Red+Green+Blue) = 140+55+63=258 (34% of max value = 765). Red value is 140 (55.08% from 255 or 54.26% from 258); Green value is 55 (21.88% from 255 or 21.32% from 258); Blue value is 63 (25% from 255 or 24.42% from 258); Max value from RGB is 140 - color contains mainly: red. Hex color #8C373F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C373F is #73C8C0. Grayscale: #515151. Windows color (decimal): -7588033 or 4142988. OLE color: 4142988.

HSL color Cylindrical-coordinate representation of color #8C373F: hue angle of 354.35º degrees, saturation: 0.44, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8C373F is Cyan = 0, Magento = 0.61, Yellow = 0.55 and Black (K on CMYK) = 0.45.

Color convert

RGB1405563-
CMYK00.610.550.45
HSL354.35º43.59%38.24%-
HSV(B)354.35º60.71%54.9%-
XYZ13.088.675.69-
YUV81.33117.66169.85-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 54.26%
GREEN value IS 55 (21.88% from 255) = 21.32%
BLUE value IS 63 (25% from 255) = 24.42%
R=54.26%
G=21.32%
B=24.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.55
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140556300.610.550.45354.3543.5938.24
Hex8C373F03D372D1622c26
Octal214677707567555425446
Binary100011001101111111110111101110111101101101100010101100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C373F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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