#975163

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

Shades of Vin Rouge #975163

Tints of Vin Rouge #975163

Color information

#975163 (or 0x975163) is unknown color: approx Vin Rouge. HEX triplet: 97, 51 and 63. RGB value is (151,81,99). Sum of RGB (Red+Green+Blue) = 151+81+99=331 (43% of max value = 765). Red value is 151 (59.38% from 255 or 45.62% from 331); Green value is 81 (32.03% from 255 or 24.47% from 331); Blue value is 99 (39.06% from 255 or 29.91% from 331); Max value from RGB is 151 - color contains mainly: red. Hex color #975163 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #975163 is #68AE9C. Grayscale: #676767. Windows color (decimal): -6860445 or 6508951. OLE color: 6508951.

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

Color convert

RGB1518199-
CMYK00.460.340.41
HSL344.57º30.17%45.49%-
HSV(B)344.57º46.36%59.22%-
XYZ17.9613.3713.44-
YUV103.98125.19161.54-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 45.62%
GREEN value IS 81 (32.03% from 255) = 24.47%
BLUE value IS 99 (39.06% from 255) = 29.91%
R=45.62%
G=24.47%
B=29.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.34
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151819900.460.340.41344.5730.1745.49
Hex97516302E22291591e2d
Octal22712114305642515313655
Binary1001011110100011100011010111010001010100110101100111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #975163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #975163; }

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

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

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

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

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

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

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

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