#975C66

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

Shades of Vin Rouge #975C66

Tints of Vin Rouge #975C66

Color information

#975C66 (or 0x975C66) is unknown color: approx Vin Rouge. HEX triplet: 97, 5C and 66. RGB value is (151,92,102). Sum of RGB (Red+Green+Blue) = 151+92+102=345 (45% of max value = 765). Red value is 151 (59.38% from 255 or 43.77% from 345); Green value is 92 (36.33% from 255 or 26.67% from 345); Blue value is 102 (40.23% from 255 or 29.57% from 345); Max value from RGB is 151 - color contains mainly: red. Hex color #975C66 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #975C66 is #68A399. Grayscale: #6E6E6E. Windows color (decimal): -6857626 or 6708375. OLE color: 6708375.

HSL color Cylindrical-coordinate representation of color #975C66: hue angle of 349.83º degrees, saturation: 0.24, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #975C66 is Cyan = 0, Magento = 0.39, Yellow = 0.32 and Black (K on CMYK) = 0.41.

Color convert

RGB15192102-
CMYK00.390.320.41
HSL349.83º24.28%47.65%-
HSV(B)349.83º39.07%59.22%-
XYZ18.9915.1914.5-
YUV110.78123.05156.69-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 43.77%
GREEN value IS 92 (36.33% from 255) = 26.67%
BLUE value IS 102 (40.23% from 255) = 29.57%
R=43.77%
G=26.67%
B=29.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.32
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1519210200.390.320.41349.8324.2847.65
Hex975C66027202915e1830
Octal22713414604740515363060
Binary1001011110111001100110010011110000010100110101111011000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #975C66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #975C66; }

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

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

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

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

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

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

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

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