#8C3841

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

Shades of Well Read #8C3841

Tints of Well Read #8C3841

Color information

#8C3841 (or 0x8C3841) is unknown color: approx Well Read. HEX triplet: 8C, 38 and 41. RGB value is (140,56,65). Sum of RGB (Red+Green+Blue) = 140+56+65=261 (34% of max value = 765). Red value is 140 (55.08% from 255 or 53.64% from 261); Green value is 56 (22.27% from 255 or 21.46% from 261); Blue value is 65 (25.78% from 255 or 24.90% from 261); Max value from RGB is 140 - color contains mainly: red. Hex color #8C3841 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C3841 is #73C7BE. Grayscale: #525252. Windows color (decimal): -7587775 or 4274316. OLE color: 4274316.

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

Color convert

RGB1405665-
CMYK00.60.540.45
HSL353.57º42.86%38.43%-
HSV(B)353.57º60%54.9%-
XYZ13.188.796-
YUV82.14118.33169.27-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 53.64%
GREEN value IS 56 (22.27% from 255) = 21.46%
BLUE value IS 65 (25.78% from 255) = 24.90%
R=53.64%
G=21.46%
B=24.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.54
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140566500.60.540.45353.5742.8638.43
Hex8C384103C362D1622b26
Octal2147010107466555425346
Binary1000110011100010000010111100110110101101101100010101011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C3841

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,56,65); }

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

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

 a { background-color: rgb(140,56,65); }

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

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

 span { border-color: rgb(140,56,65); }

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