#975162

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

Shades of Vin Rouge #975162

Tints of Vin Rouge #975162

Color information

#975162 (or 0x975162) is unknown color: approx Vin Rouge. HEX triplet: 97, 51 and 62. RGB value is (151,81,98). Sum of RGB (Red+Green+Blue) = 151+81+98=330 (43% of max value = 765). Red value is 151 (59.38% from 255 or 45.76% from 330); Green value is 81 (32.03% from 255 or 24.55% from 330); Blue value is 98 (38.67% from 255 or 29.70% from 330); Max value from RGB is 151 - color contains mainly: red. Hex color #975162 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #975162 is #68AE9D. Grayscale: #676767. Windows color (decimal): -6860446 or 6443415. OLE color: 6443415.

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

Color convert

RGB1518198-
CMYK00.460.350.41
HSL345.43º30.17%45.49%-
HSV(B)345.43º46.36%59.22%-
XYZ17.9113.3513.19-
YUV103.87124.69161.62-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 45.76%
GREEN value IS 81 (32.03% from 255) = 24.55%
BLUE value IS 98 (38.67% from 255) = 29.70%
R=45.76%
G=24.55%
B=29.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.35
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151819800.460.350.41345.4330.1745.49
Hex97516202E23291591e2d
Octal22712114205643515313655
Binary1001011110100011100010010111010001110100110101100111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #975162

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #975162; }

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

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

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

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

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

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

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

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