#8F3040

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

Shades of Well Read #8F3040

Tints of Well Read #8F3040

Color information

#8F3040 (or 0x8F3040) is unknown color: approx Well Read. HEX triplet: 8F, 30 and 40. RGB value is (143,48,64). Sum of RGB (Red+Green+Blue) = 143+48+64=255 (33% of max value = 765). Red value is 143 (56.25% from 255 or 56.08% from 255); Green value is 48 (19.14% from 255 or 18.82% from 255); Blue value is 64 (25.39% from 255 or 25.10% from 255); Max value from RGB is 143 - color contains mainly: red. Hex color #8F3040 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F3040 is #70CFBF. Grayscale: #4E4E4E. Windows color (decimal): -7393216 or 4206735. OLE color: 4206735.

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

Color convert

RGB1434864-
CMYK00.660.550.44
HSL349.89º49.74%37.45%-
HSV(B)349.89º66.43%56.08%-
XYZ13.318.325.76-
YUV78.23119.97174.2-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 56.08%
GREEN value IS 48 (19.14% from 255) = 18.82%
BLUE value IS 64 (25.39% from 255) = 25.10%
R=56.08%
G=18.82%
B=25.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.55
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal143486400.660.550.44349.8949.7437.45
Hex8F3040042372C15e3225
Octal21760100010267545366245
Binary10001111110000100000001000010110111101100101011110110010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F3040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,48,64); }

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

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

 a { background-color: rgb(143,48,64); }

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

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

 span { border-color: rgb(143,48,64); }

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