#975166

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

Shades of Vin Rouge #975166

Tints of Vin Rouge #975166

Color information

#975166 (or 0x975166) is unknown color: approx Vin Rouge. HEX triplet: 97, 51 and 66. RGB value is (151,81,102). Sum of RGB (Red+Green+Blue) = 151+81+102=334 (44% of max value = 765). Red value is 151 (59.38% from 255 or 45.21% from 334); Green value is 81 (32.03% from 255 or 24.25% from 334); Blue value is 102 (40.23% from 255 or 30.54% from 334); Max value from RGB is 151 - color contains mainly: red. Hex color #975166 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #975166 is #68AE99. Grayscale: #686868. Windows color (decimal): -6860442 or 6705559. OLE color: 6705559.

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

Color convert

RGB15181102-
CMYK00.460.320.41
HSL342º30.17%45.49%-
HSV(B)342º46.36%59.22%-
XYZ18.113.4214.21-
YUV104.32126.69161.29-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 45.21%
GREEN value IS 81 (32.03% from 255) = 24.25%
BLUE value IS 102 (40.23% from 255) = 30.54%
R=45.21%
G=24.25%
B=30.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.32
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1518110200.460.320.4134230.1745.49
Hex97516602E20291561e2d
Octal22712114605640515263655
Binary1001011110100011100110010111010000010100110101011011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #975166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #975166; }

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

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

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

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

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

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

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

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