#975769

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

Shades of Vin Rouge #975769

Tints of Vin Rouge #975769

Color information

#975769 (or 0x975769) is unknown color: approx Vin Rouge. HEX triplet: 97, 57 and 69. RGB value is (151,87,105). Sum of RGB (Red+Green+Blue) = 151+87+105=343 (45% of max value = 765). Red value is 151 (59.38% from 255 or 44.02% from 343); Green value is 87 (34.38% from 255 or 25.36% from 343); Blue value is 105 (41.41% from 255 or 30.61% from 343); Max value from RGB is 151 - color contains mainly: red. Hex color #975769 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #975769 is #68A896. Grayscale: #6C6C6C. Windows color (decimal): -6858903 or 6903703. OLE color: 6903703.

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

Color convert

RGB15187105-
CMYK00.420.300.41
HSL343.12º26.89%46.67%-
HSV(B)343.12º42.38%59.22%-
XYZ18.7214.4215.16-
YUV108.19126.2158.54-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 44.02%
GREEN value IS 87 (34.38% from 255) = 25.36%
BLUE value IS 105 (41.41% from 255) = 30.61%
R=44.02%
G=25.36%
B=30.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.30
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1518710500.420.300.41343.1226.8946.67
Hex97576902A1E291571b2f
Octal22712715105236515273357
Binary100101111010111110100101010101111010100110101011111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #975769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #975769; }

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

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

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

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

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

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

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

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