#975156

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

Shades of Vin Rouge #975156

Tints of Vin Rouge #975156

Color information

#975156 (or 0x975156) is unknown color: approx Vin Rouge. HEX triplet: 97, 51 and 56. RGB value is (151,81,86). Sum of RGB (Red+Green+Blue) = 151+81+86=318 (42% of max value = 765). Red value is 151 (59.38% from 255 or 47.48% from 318); Green value is 81 (32.03% from 255 or 25.47% from 318); Blue value is 86 (33.98% from 255 or 27.04% from 318); Max value from RGB is 151 - color contains mainly: red. Hex color #975156 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #975156 is #68AEA9. Grayscale: #666666. Windows color (decimal): -6860458 or 5656983. OLE color: 5656983.

HSL color Cylindrical-coordinate representation of color #975156: hue angle of 355.71º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #975156 is Cyan = 0, Magento = 0.46, Yellow = 0.43 and Black (K on CMYK) = 0.41.

Color convert

RGB1518186-
CMYK00.460.430.41
HSL355.71º30.17%45.49%-
HSV(B)355.71º46.36%59.22%-
XYZ17.3813.1410.42-
YUV102.5118.69162.59-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 47.48%
GREEN value IS 81 (32.03% from 255) = 25.47%
BLUE value IS 86 (33.98% from 255) = 27.04%
R=47.48%
G=25.47%
B=27.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.43
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151818600.460.430.41355.7130.1745.49
Hex97515602E2B291641e2d
Octal22712112605653515443655
Binary1001011110100011010110010111010101110100110110010011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #975156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #975156; }

 p { color: rgb(151,81,86); }

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

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

 a { background-color: rgb(151,81,86); }

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

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

 span { border-color: rgb(151,81,86); }

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