#97585B

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

Shades of Vin Rouge #97585B

Tints of Vin Rouge #97585B

Color information

#97585B (or 0x97585B) is unknown color: approx Vin Rouge. HEX triplet: 97, 58 and 5B. RGB value is (151,88,91). Sum of RGB (Red+Green+Blue) = 151+88+91=330 (43% of max value = 765). Red value is 151 (59.38% from 255 or 45.76% from 330); Green value is 88 (34.77% from 255 or 26.67% from 330); Blue value is 91 (35.94% from 255 or 27.58% from 330); Max value from RGB is 151 - color contains mainly: red. Hex color #97585B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #97585B is #68A7A4. Grayscale: #6B6B6B. Windows color (decimal): -6858661 or 5986455. OLE color: 5986455.

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

Color convert

RGB1518891-
CMYK00.420.400.41
HSL357.14º26.36%46.86%-
HSV(B)357.14º41.72%59.22%-
XYZ18.1414.3111.7-
YUV107.18118.87159.26-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 45.76%
GREEN value IS 88 (34.77% from 255) = 26.67%
BLUE value IS 91 (35.94% from 255) = 27.58%
R=45.76%
G=26.67%
B=27.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.40
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151889100.420.400.41357.1426.3646.86
Hex97585B02A28291651a2f
Octal22713013305250515453257
Binary1001011110110001011011010101010100010100110110010111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97585B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97585B; }

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

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

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

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

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

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

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

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