#975557

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

Shades of Vin Rouge #975557

Tints of Vin Rouge #975557

Color information

#975557 (or 0x975557) is unknown color: approx Vin Rouge. HEX triplet: 97, 55 and 57. RGB value is (151,85,87). Sum of RGB (Red+Green+Blue) = 151+85+87=323 (42% of max value = 765). Red value is 151 (59.38% from 255 or 46.75% from 323); Green value is 85 (33.59% from 255 or 26.32% from 323); Blue value is 87 (34.38% from 255 or 26.93% from 323); Max value from RGB is 151 - color contains mainly: red. Hex color #975557 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #975557 is #68AAA8. Grayscale: #696969. Windows color (decimal): -6859433 or 5723543. OLE color: 5723543.

HSL color Cylindrical-coordinate representation of color #975557: hue angle of 358.18º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #975557 is Cyan = 0, Magento = 0.44, Yellow = 0.42 and Black (K on CMYK) = 0.41.

Color convert

RGB1518587-
CMYK00.440.420.41
HSL358.18º27.97%46.27%-
HSV(B)358.18º43.71%59.22%-
XYZ17.7313.7610.74-
YUV104.96117.87160.84-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 46.75%
GREEN value IS 85 (33.59% from 255) = 26.32%
BLUE value IS 87 (34.38% from 255) = 26.93%
R=46.75%
G=26.32%
B=26.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.42
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151858700.440.420.41358.1827.9746.27
Hex97555702C2A291661c2e
Octal22712512705452515463456
Binary1001011110101011010111010110010101010100110110011011100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #975557

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #975557; }

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

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

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

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

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

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

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

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