#984F56

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

Shades of Vin Rouge #984F56

Tints of Vin Rouge #984F56

Color information

#984F56 (or 0x984F56) is unknown color: approx Vin Rouge. HEX triplet: 98, 4F and 56. RGB value is (152,79,86). Sum of RGB (Red+Green+Blue) = 152+79+86=317 (41% of max value = 765). Red value is 152 (59.77% from 255 or 47.95% from 317); Green value is 79 (31.25% from 255 or 24.92% from 317); Blue value is 86 (33.98% from 255 or 27.13% from 317); Max value from RGB is 152 - color contains mainly: red. Hex color #984F56 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #984F56 is #67B0A9. Grayscale: #656565. Windows color (decimal): -6795434 or 5656472. OLE color: 5656472.

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

Color convert

RGB1527986-
CMYK00.480.430.40
HSL354.25º31.6%45.29%-
HSV(B)354.25º48.03%59.61%-
XYZ17.4212.9410.38-
YUV101.62119.18163.93-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 47.95%
GREEN value IS 79 (31.25% from 255) = 24.92%
BLUE value IS 86 (33.98% from 255) = 27.13%
R=47.95%
G=24.92%
B=27.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.43
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152798600.480.430.40354.2531.645.29
Hex984F560302B28162202d
Octal23011712606053505424055
Binary10011000100111110101100110000101011101000101100010100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #984F56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,79,86); }

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

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

 a { background-color: rgb(152,79,86); }

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

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

 span { border-color: rgb(152,79,86); }

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