#975868

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

Shades of Vin Rouge #975868

Tints of Vin Rouge #975868

Color information

#975868 (or 0x975868) is unknown color: approx Vin Rouge. HEX triplet: 97, 58 and 68. RGB value is (151,88,104). Sum of RGB (Red+Green+Blue) = 151+88+104=343 (45% of max value = 765). Red value is 151 (59.38% from 255 or 44.02% from 343); Green value is 88 (34.77% from 255 or 25.66% from 343); Blue value is 104 (41.02% from 255 or 30.32% from 343); Max value from RGB is 151 - color contains mainly: red. Hex color #975868 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #975868 is #68A797. Grayscale: #6C6C6C. Windows color (decimal): -6858648 or 6838423. OLE color: 6838423.

HSL color Cylindrical-coordinate representation of color #975868: hue angle of 344.76º 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 #975868 is Cyan = 0, Magento = 0.42, Yellow = 0.31 and Black (K on CMYK) = 0.41.

Color convert

RGB15188104-
CMYK00.420.310.41
HSL344.76º26.36%46.86%-
HSV(B)344.76º41.72%59.22%-
XYZ18.7514.5614.92-
YUV108.66125.37158.2-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 44.02%
GREEN value IS 88 (34.77% from 255) = 25.66%
BLUE value IS 104 (41.02% from 255) = 30.32%
R=44.02%
G=25.66%
B=30.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.31
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1518810400.420.310.41344.7626.3646.86
Hex97586802A1F291591a2f
Octal22713015005237515313257
Binary100101111011000110100001010101111110100110101100111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #975868

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #975868; }

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

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

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

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

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

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

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

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