#8F2E40

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

Shades of Well Read #8F2E40

Tints of Well Read #8F2E40

Color information

#8F2E40 (or 0x8F2E40) is unknown color: approx Well Read. HEX triplet: 8F, 2E and 40. RGB value is (143,46,64). Sum of RGB (Red+Green+Blue) = 143+46+64=253 (33% of max value = 765). Red value is 143 (56.25% from 255 or 56.52% from 253); Green value is 46 (18.36% from 255 or 18.18% from 253); Blue value is 64 (25.39% from 255 or 25.30% from 253); Max value from RGB is 143 - color contains mainly: red. Hex color #8F2E40 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F2E40 is #70D1BF. Grayscale: #4D4D4D. Windows color (decimal): -7393728 or 4206223. OLE color: 4206223.

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

Color convert

RGB1434664-
CMYK00.680.550.44
HSL348.87º51.32%37.06%-
HSV(B)348.87º67.83%56.08%-
XYZ13.238.165.73-
YUV77.06120.64175.04-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 56.52%
GREEN value IS 46 (18.36% from 255) = 18.18%
BLUE value IS 64 (25.39% from 255) = 25.30%
R=56.52%
G=18.18%
B=25.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.55
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal143466400.680.550.44348.8751.3237.06
Hex8F2E40044372C15d3325
Octal21756100010467545356345
Binary10001111101110100000001000100110111101100101011101110011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F2E40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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