#984F5E

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

Shades of Vin Rouge #984F5E

Tints of Vin Rouge #984F5E

Color information

#984F5E (or 0x984F5E) is unknown color: approx Vin Rouge. HEX triplet: 98, 4F and 5E. RGB value is (152,79,94). Sum of RGB (Red+Green+Blue) = 152+79+94=325 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.77% from 325); Green value is 79 (31.25% from 255 or 24.31% from 325); Blue value is 94 (37.11% from 255 or 28.92% from 325); Max value from RGB is 152 - color contains mainly: red. Hex color #984F5E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #984F5E is #67B0A1. Grayscale: #666666. Windows color (decimal): -6795426 or 6180760. OLE color: 6180760.

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

Color convert

RGB1527994-
CMYK00.480.380.40
HSL347.67º31.6%45.29%-
HSV(B)347.67º48.03%59.61%-
XYZ17.7713.0812.18-
YUV102.54123.18163.28-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 46.77%
GREEN value IS 79 (31.25% from 255) = 24.31%
BLUE value IS 94 (37.11% from 255) = 28.92%
R=46.77%
G=24.31%
B=28.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.38
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152799400.480.380.40347.6731.645.29
Hex984F5E030262815c202d
Octal23011713606046505344055
Binary10011000100111110111100110000100110101000101011100100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #984F5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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