#984F5D

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

Shades of Vin Rouge #984F5D

Tints of Vin Rouge #984F5D

Color information

#984F5D (or 0x984F5D) is unknown color: approx Vin Rouge. HEX triplet: 98, 4F and 5D. RGB value is (152,79,93). Sum of RGB (Red+Green+Blue) = 152+79+93=324 (42% of max value = 765). Red value is 152 (59.77% from 255 or 46.91% from 324); Green value is 79 (31.25% from 255 or 24.38% from 324); Blue value is 93 (36.72% from 255 or 28.70% from 324); Max value from RGB is 152 - color contains mainly: red. Hex color #984F5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #984F5D is #67B0A2. Grayscale: #666666. Windows color (decimal): -6795427 or 6115224. OLE color: 6115224.

HSL color Cylindrical-coordinate representation of color #984F5D: hue angle of 348.49º 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 #984F5D is Cyan = 0, Magento = 0.48, Yellow = 0.39 and Black (K on CMYK) = 0.40.

Color convert

RGB1527993-
CMYK00.480.390.40
HSL348.49º31.6%45.29%-
HSV(B)348.49º48.03%59.61%-
XYZ17.7213.0611.94-
YUV102.42122.68163.36-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 46.91%
GREEN value IS 79 (31.25% from 255) = 24.38%
BLUE value IS 93 (36.72% from 255) = 28.70%
R=46.91%
G=24.38%
B=28.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.39
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152799300.480.390.40348.4931.645.29
Hex984F5D030272815c202d
Octal23011713506047505344055
Binary10011000100111110111010110000100111101000101011100100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #984F5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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