#984E58

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

Shades of Vin Rouge #984E58

Tints of Vin Rouge #984E58

Color information

#984E58 (or 0x984E58) is unknown color: approx Vin Rouge. HEX triplet: 98, 4E and 58. RGB value is (152,78,88). Sum of RGB (Red+Green+Blue) = 152+78+88=318 (42% of max value = 765). Red value is 152 (59.77% from 255 or 47.80% from 318); Green value is 78 (30.86% from 255 or 24.53% from 318); Blue value is 88 (34.77% from 255 or 27.67% from 318); Max value from RGB is 152 - color contains mainly: red. Hex color #984E58 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #984E58 is #67B1A7. Grayscale: #656565. Windows color (decimal): -6795688 or 5787288. OLE color: 5787288.

HSL color Cylindrical-coordinate representation of color #984E58: hue angle of 351.89º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #984E58 is Cyan = 0, Magento = 0.49, Yellow = 0.42 and Black (K on CMYK) = 0.40.

Color convert

RGB1527888-
CMYK00.490.420.40
HSL351.89º32.17%45.1%-
HSV(B)351.89º48.68%59.61%-
XYZ17.4312.8310.79-
YUV101.27120.52164.19-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 47.80%
GREEN value IS 78 (30.86% from 255) = 24.53%
BLUE value IS 88 (34.77% from 255) = 27.67%
R=47.80%
G=24.53%
B=27.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.42
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152788800.490.420.40351.8932.1745.1
Hex984E580312A28160202d
Octal23011613006152505404055
Binary10011000100111010110000110001101010101000101100000100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #984E58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #984E58; }

 p { color: rgb(152,78,88); }

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

<style>
 a { background-color: #984E58; }

 a { background-color: rgb(152,78,88); }

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

<style>
 span { border-color: #984E58; }

 span { border-color: rgb(152,78,88); }

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