#984F5B

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

Shades of Vin Rouge #984F5B

Tints of Vin Rouge #984F5B

Color information

#984F5B (or 0x984F5B) is unknown color: approx Vin Rouge. HEX triplet: 98, 4F and 5B. RGB value is (152,79,91). Sum of RGB (Red+Green+Blue) = 152+79+91=322 (42% of max value = 765). Red value is 152 (59.77% from 255 or 47.20% from 322); Green value is 79 (31.25% from 255 or 24.53% from 322); Blue value is 91 (35.94% from 255 or 28.26% from 322); Max value from RGB is 152 - color contains mainly: red. Hex color #984F5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #984F5B is #67B0A4. Grayscale: #666666. Windows color (decimal): -6795429 or 5984152. OLE color: 5984152.

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

Color convert

RGB1527991-
CMYK00.480.400.40
HSL350.14º31.6%45.29%-
HSV(B)350.14º48.03%59.61%-
XYZ17.6313.0211.48-
YUV102.2121.68163.52-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 47.20%
GREEN value IS 79 (31.25% from 255) = 24.53%
BLUE value IS 91 (35.94% from 255) = 28.26%
R=47.20%
G=24.53%
B=28.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.40
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152799100.480.400.40350.1431.645.29
Hex984F5B030282815e202d
Octal23011713306050505364055
Binary10011000100111110110110110000101000101000101011110100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #984F5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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