#985B5D

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

Shades of Vin Rouge #985B5D

Tints of Vin Rouge #985B5D

Color information

#985B5D (or 0x985B5D) is unknown color: approx Vin Rouge. HEX triplet: 98, 5B and 5D. RGB value is (152,91,93). Sum of RGB (Red+Green+Blue) = 152+91+93=336 (44% of max value = 765). Red value is 152 (59.77% from 255 or 45.24% from 336); Green value is 91 (35.94% from 255 or 27.08% from 336); Blue value is 93 (36.72% from 255 or 27.68% from 336); Max value from RGB is 152 - color contains mainly: red. Hex color #985B5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985B5D is #67A4A2. Grayscale: #6D6D6D. Windows color (decimal): -6792355 or 6118296. OLE color: 6118296.

HSL color Cylindrical-coordinate representation of color #985B5D: hue angle of 358.03º degrees, saturation: 0.25, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #985B5D is Cyan = 0, Magento = 0.40, Yellow = 0.39 and Black (K on CMYK) = 0.40.

Color convert

RGB1529193-
CMYK00.400.390.40
HSL358.03º25.1%47.65%-
HSV(B)358.03º40.13%59.61%-
XYZ18.6714.9512.26-
YUV109.47118.71158.34-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 45.24%
GREEN value IS 91 (35.94% from 255) = 27.08%
BLUE value IS 93 (36.72% from 255) = 27.68%
R=45.24%
G=27.08%
B=27.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.39
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152919300.400.390.40358.0325.147.65
Hex985B5D02827281661930
Octal23013313505047505463160
Binary1001100010110111011101010100010011110100010110011011001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985B5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #985B5D; }

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

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

<style>
 a { background-color: #985B5D; }

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

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

<style>
 span { border-color: #985B5D; }

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

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