#97586A

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

Shades of Vin Rouge #97586A

Tints of Vin Rouge #97586A

Color information

#97586A (or 0x97586A) is unknown color: approx Vin Rouge. HEX triplet: 97, 58 and 6A. RGB value is (151,88,106). Sum of RGB (Red+Green+Blue) = 151+88+106=345 (45% of max value = 765). Red value is 151 (59.38% from 255 or 43.77% from 345); Green value is 88 (34.77% from 255 or 25.51% from 345); Blue value is 106 (41.80% from 255 or 30.72% from 345); Max value from RGB is 151 - color contains mainly: red. Hex color #97586A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #97586A is #68A795. Grayscale: #6C6C6C. Windows color (decimal): -6858646 or 6969495. OLE color: 6969495.

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

Color convert

RGB15188106-
CMYK00.420.300.41
HSL342.86º26.36%46.86%-
HSV(B)342.86º41.72%59.22%-
XYZ18.8514.615.46-
YUV108.89126.37158.04-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 43.77%
GREEN value IS 88 (34.77% from 255) = 25.51%
BLUE value IS 106 (41.80% from 255) = 30.72%
R=43.77%
G=25.51%
B=30.72%

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
Decimal1518810600.420.300.41342.8626.3646.86
Hex97586A02A1E291571a2f
Octal22713015205236515273257
Binary100101111011000110101001010101111010100110101011111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97586A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97586A; }

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

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

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

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

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

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

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

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