#984F5A

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

Shades of Vin Rouge #984F5A

Tints of Vin Rouge #984F5A

Color information

#984F5A (or 0x984F5A) is unknown color: approx Vin Rouge. HEX triplet: 98, 4F and 5A. RGB value is (152,79,90). Sum of RGB (Red+Green+Blue) = 152+79+90=321 (42% of max value = 765). Red value is 152 (59.77% from 255 or 47.35% from 321); Green value is 79 (31.25% from 255 or 24.61% from 321); Blue value is 90 (35.55% from 255 or 28.04% from 321); Max value from RGB is 152 - color contains mainly: red. Hex color #984F5A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #984F5A is #67B0A5. Grayscale: #666666. Windows color (decimal): -6795430 or 5918616. OLE color: 5918616.

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

Color convert

RGB1527990-
CMYK00.480.410.40
HSL350.96º31.6%45.29%-
HSV(B)350.96º48.03%59.61%-
XYZ17.5913.0111.26-
YUV102.08121.18163.61-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 47.35%
GREEN value IS 79 (31.25% from 255) = 24.61%
BLUE value IS 90 (35.55% from 255) = 28.04%
R=47.35%
G=24.61%
B=28.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.41
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152799000.480.410.40350.9631.645.29
Hex984F5A030292815f202d
Octal23011713206051505374055
Binary10011000100111110110100110000101001101000101011111100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #984F5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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