#985B5C

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

Shades of Vin Rouge #985B5C

Tints of Vin Rouge #985B5C

Color information

#985B5C (or 0x985B5C) is unknown color: approx Vin Rouge. HEX triplet: 98, 5B and 5C. RGB value is (152,91,92). Sum of RGB (Red+Green+Blue) = 152+91+92=335 (44% of max value = 765). Red value is 152 (59.77% from 255 or 45.37% from 335); Green value is 91 (35.94% from 255 or 27.16% from 335); Blue value is 92 (36.33% from 255 or 27.46% from 335); Max value from RGB is 152 - color contains mainly: red. Hex color #985B5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985B5C is #67A4A3. Grayscale: #6D6D6D. Windows color (decimal): -6792356 or 6052760. OLE color: 6052760.

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

Color convert

RGB1529192-
CMYK00.400.390.40
HSL359.02º25.1%47.65%-
HSV(B)359.02º40.13%59.61%-
XYZ18.6214.9312.03-
YUV109.35118.21158.42-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 45.37%
GREEN value IS 91 (35.94% from 255) = 27.16%
BLUE value IS 92 (36.33% from 255) = 27.46%
R=45.37%
G=27.16%
B=27.46%

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
Decimal152919200.400.390.40359.0225.147.65
Hex985B5C02827281671930
Octal23013313405047505473160
Binary1001100010110111011100010100010011110100010110011111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985B5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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