#975A5D

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

Shades of Vin Rouge #975A5D

Tints of Vin Rouge #975A5D

Color information

#975A5D (or 0x975A5D) is unknown color: approx Vin Rouge. HEX triplet: 97, 5A and 5D. RGB value is (151,90,93). Sum of RGB (Red+Green+Blue) = 151+90+93=334 (44% of max value = 765). Red value is 151 (59.38% from 255 or 45.21% from 334); Green value is 90 (35.55% from 255 or 26.95% from 334); Blue value is 93 (36.72% from 255 or 27.84% from 334); Max value from RGB is 151 - color contains mainly: red. Hex color #975A5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #975A5D is #68A5A2. Grayscale: #6C6C6C. Windows color (decimal): -6858147 or 6118039. OLE color: 6118039.

HSL color Cylindrical-coordinate representation of color #975A5D: hue angle of 357.05º degrees, saturation: 0.25, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #975A5D is Cyan = 0, Magento = 0.40, Yellow = 0.38 and Black (K on CMYK) = 0.41.

Color convert

RGB1519093-
CMYK00.400.380.41
HSL357.05º25.31%47.25%-
HSV(B)357.05º40.4%59.22%-
XYZ18.3914.6812.22-
YUV108.58119.21158.26-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 45.21%
GREEN value IS 90 (35.55% from 255) = 26.95%
BLUE value IS 93 (36.72% from 255) = 27.84%
R=45.21%
G=26.95%
B=27.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.38
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151909300.400.380.41357.0525.3147.25
Hex975A5D0282629165192f
Octal22713213505046515453157
Binary1001011110110101011101010100010011010100110110010111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #975A5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,90,93); }

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

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

 a { background-color: rgb(151,90,93); }

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

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

 span { border-color: rgb(151,90,93); }

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