#97565A

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

Shades of Vin Rouge #97565A

Tints of Vin Rouge #97565A

Color information

#97565A (or 0x97565A) is unknown color: approx Vin Rouge. HEX triplet: 97, 56 and 5A. RGB value is (151,86,90). Sum of RGB (Red+Green+Blue) = 151+86+90=327 (43% of max value = 765). Red value is 151 (59.38% from 255 or 46.18% from 327); Green value is 86 (33.98% from 255 or 26.30% from 327); Blue value is 90 (35.55% from 255 or 27.52% from 327); Max value from RGB is 151 - color contains mainly: red. Hex color #97565A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #97565A is #68A9A5. Grayscale: #696969. Windows color (decimal): -6859174 or 5920407. OLE color: 5920407.

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

Color convert

RGB1518690-
CMYK00.430.400.41
HSL356.31º27.43%46.47%-
HSV(B)356.31º43.05%59.22%-
XYZ17.9413.9711.42-
YUV105.89119.03160.17-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 46.18%
GREEN value IS 86 (33.98% from 255) = 26.30%
BLUE value IS 90 (35.55% from 255) = 27.52%
R=46.18%
G=26.30%
B=27.52%

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
Decimal151869000.430.400.41356.3127.4346.47
Hex97565A02B28291641b2e
Octal22712613205350515443356
Binary1001011110101101011010010101110100010100110110010011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97565A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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