#975860

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

Shades of Vin Rouge #975860

Tints of Vin Rouge #975860

Color information

#975860 (or 0x975860) is unknown color: approx Vin Rouge. HEX triplet: 97, 58 and 60. RGB value is (151,88,96). Sum of RGB (Red+Green+Blue) = 151+88+96=335 (44% of max value = 765). Red value is 151 (59.38% from 255 or 45.07% from 335); Green value is 88 (34.77% from 255 or 26.27% from 335); Blue value is 96 (37.89% from 255 or 28.66% from 335); Max value from RGB is 151 - color contains mainly: red. Hex color #975860 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #975860 is #68A79F. Grayscale: #6B6B6B. Windows color (decimal): -6858656 or 6314135. OLE color: 6314135.

HSL color Cylindrical-coordinate representation of color #975860: hue angle of 352.38º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #975860 is Cyan = 0, Magento = 0.42, Yellow = 0.36 and Black (K on CMYK) = 0.41.

Color convert

RGB1518896-
CMYK00.420.360.41
HSL352.38º26.36%46.86%-
HSV(B)352.38º41.72%59.22%-
XYZ18.3614.412.88-
YUV107.75121.37158.85-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 45.07%
GREEN value IS 88 (34.77% from 255) = 26.27%
BLUE value IS 96 (37.89% from 255) = 28.66%
R=45.07%
G=26.27%
B=28.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.36
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151889600.420.360.41352.3826.3646.86
Hex97586002A24291601a2f
Octal22713014005244515403257
Binary1001011110110001100000010101010010010100110110000011010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #975860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #975860; }

 p { color: rgb(151,88,96); }

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

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

 a { background-color: rgb(151,88,96); }

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

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

 span { border-color: rgb(151,88,96); }

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