#975763

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

Shades of Vin Rouge #975763

Tints of Vin Rouge #975763

Color information

#975763 (or 0x975763) is unknown color: approx Vin Rouge. HEX triplet: 97, 57 and 63. RGB value is (151,87,99). Sum of RGB (Red+Green+Blue) = 151+87+99=337 (44% of max value = 765). Red value is 151 (59.38% from 255 or 44.81% from 337); Green value is 87 (34.38% from 255 or 25.82% from 337); Blue value is 99 (39.06% from 255 or 29.38% from 337); Max value from RGB is 151 - color contains mainly: red. Hex color #975763 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #975763 is #68A89C. Grayscale: #6B6B6B. Windows color (decimal): -6858909 or 6510487. OLE color: 6510487.

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

Color convert

RGB1518799-
CMYK00.420.340.41
HSL348.75º26.89%46.67%-
HSV(B)348.75º42.38%59.22%-
XYZ18.4214.313.59-
YUV107.5123.2159.02-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 44.81%
GREEN value IS 87 (34.38% from 255) = 25.82%
BLUE value IS 99 (39.06% from 255) = 29.38%
R=44.81%
G=25.82%
B=29.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.34
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151879900.420.340.41348.7526.8946.67
Hex97576302A222915d1b2f
Octal22712714305242515353357
Binary1001011110101111100011010101010001010100110101110111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #975763

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #975763; }

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

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

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

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

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

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

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

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