#984F6E

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

Shades of Vin Rouge #984F6E

Tints of Vin Rouge #984F6E

Color information

#984F6E (or 0x984F6E) is unknown color: approx Vin Rouge. HEX triplet: 98, 4F and 6E. RGB value is (152,79,110). Sum of RGB (Red+Green+Blue) = 152+79+110=341 (45% of max value = 765). Red value is 152 (59.77% from 255 or 44.57% from 341); Green value is 79 (31.25% from 255 or 23.17% from 341); Blue value is 110 (43.36% from 255 or 32.26% from 341); Max value from RGB is 152 - color contains mainly: red. Hex color #984F6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #984F6E is #67B091. Grayscale: #686868. Windows color (decimal): -6795410 or 7229336. OLE color: 7229336.

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

Color convert

RGB15279110-
CMYK00.480.280.40
HSL334.52º31.6%45.29%-
HSV(B)334.52º48.03%59.61%-
XYZ18.5613.3916.36-
YUV104.36131.18161.98-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 44.57%
GREEN value IS 79 (31.25% from 255) = 23.17%
BLUE value IS 110 (43.36% from 255) = 32.26%
R=44.57%
G=23.17%
B=32.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.28
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1527911000.480.280.40334.5231.645.29
Hex984F6E0301C2814f202d
Octal23011715606034505174055
Binary1001100010011111101110011000011100101000101001111100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #984F6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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