#975558

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

Shades of Vin Rouge #975558

Tints of Vin Rouge #975558

Color information

#975558 (or 0x975558) is unknown color: approx Vin Rouge. HEX triplet: 97, 55 and 58. RGB value is (151,85,88). Sum of RGB (Red+Green+Blue) = 151+85+88=324 (42% of max value = 765). Red value is 151 (59.38% from 255 or 46.60% from 324); Green value is 85 (33.59% from 255 or 26.23% from 324); Blue value is 88 (34.77% from 255 or 27.16% from 324); Max value from RGB is 151 - color contains mainly: red. Hex color #975558 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #975558 is #68AAA7. Grayscale: #696969. Windows color (decimal): -6859432 or 5789079. OLE color: 5789079.

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

Color convert

RGB1518588-
CMYK00.440.420.41
HSL357.27º27.97%46.27%-
HSV(B)357.27º43.71%59.22%-
XYZ17.7713.7810.96-
YUV105.08118.37160.76-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 46.60%
GREEN value IS 85 (33.59% from 255) = 26.23%
BLUE value IS 88 (34.77% from 255) = 27.16%
R=46.60%
G=26.23%
B=27.16%

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
Decimal151858800.440.420.41357.2727.9746.27
Hex97555802C2A291651c2e
Octal22712513005452515453456
Binary1001011110101011011000010110010101010100110110010111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #975558

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #975558; }

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

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

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

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

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

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

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

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