#8E4F58

Color #8E4F58 Vin Rouge (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vin Rouge #8E4F58

Tints of Vin Rouge #8E4F58

Color information

#8E4F58 (or 0x8E4F58) is unknown color: approx Vin Rouge. HEX triplet: 8E, 4F and 58. RGB value is (142,79,88). Sum of RGB (Red+Green+Blue) = 142+79+88=309 (40% of max value = 765). Red value is 142 (55.86% from 255 or 45.95% from 309); Green value is 79 (31.25% from 255 or 25.57% from 309); Blue value is 88 (34.77% from 255 or 28.48% from 309); Max value from RGB is 142 - color contains mainly: red. Hex color #8E4F58 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E4F58 is #71B0A7. Grayscale: #626262. Windows color (decimal): -7450792 or 5787534. OLE color: 5787534.

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

Color convert

RGB1427988-
CMYK00.440.380.44
HSL351.43º28.51%43.33%-
HSV(B)351.43º44.37%55.69%-
XYZ15.7112.0510.73-
YUV98.86121.87158.77-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 45.95%
GREEN value IS 79 (31.25% from 255) = 25.57%
BLUE value IS 88 (34.77% from 255) = 28.48%
R=45.95%
G=25.57%
B=28.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.38
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142798800.440.380.44351.4328.5143.33
Hex8E4F5802C262C15f1d2b
Octal21611713005446545373553
Binary1000111010011111011000010110010011010110010101111111101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E4F58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,79,88); }

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

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

 a { background-color: rgb(142,79,88); }

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

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

 span { border-color: rgb(142,79,88); }

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