#97565B

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

Shades of Vin Rouge #97565B

Tints of Vin Rouge #97565B

Color information

#97565B (or 0x97565B) is unknown color: approx Vin Rouge. HEX triplet: 97, 56 and 5B. RGB value is (151,86,91). Sum of RGB (Red+Green+Blue) = 151+86+91=328 (43% of max value = 765). Red value is 151 (59.38% from 255 or 46.04% from 328); Green value is 86 (33.98% from 255 or 26.22% from 328); Blue value is 91 (35.94% from 255 or 27.74% from 328); Max value from RGB is 151 - color contains mainly: red. Hex color #97565B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #97565B is #68A9A4. Grayscale: #6A6A6A. Windows color (decimal): -6859173 or 5985943. OLE color: 5985943.

HSL color Cylindrical-coordinate representation of color #97565B: hue angle of 355.38º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #97565B is Cyan = 0, Magento = 0.43, Yellow = 0.40 and Black (K on CMYK) = 0.41.

Color convert

RGB1518691-
CMYK00.430.400.41
HSL355.38º27.43%46.47%-
HSV(B)355.38º43.05%59.22%-
XYZ17.9813.9911.65-
YUV106119.53160.09-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 46.04%
GREEN value IS 86 (33.98% from 255) = 26.22%
BLUE value IS 91 (35.94% from 255) = 27.74%
R=46.04%
G=26.22%
B=27.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.40
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151869100.430.400.41355.3827.4346.47
Hex97565B02B28291631b2e
Octal22712613305350515433356
Binary1001011110101101011011010101110100010100110110001111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97565B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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