#97565E

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

Shades of Vin Rouge #97565E

Tints of Vin Rouge #97565E

Color information

#97565E (or 0x97565E) is unknown color: approx Vin Rouge. HEX triplet: 97, 56 and 5E. RGB value is (151,86,94). Sum of RGB (Red+Green+Blue) = 151+86+94=331 (43% of max value = 765). Red value is 151 (59.38% from 255 or 45.62% from 331); Green value is 86 (33.98% from 255 or 25.98% from 331); Blue value is 94 (37.11% from 255 or 28.40% from 331); Max value from RGB is 151 - color contains mainly: red. Hex color #97565E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #97565E is #68A9A1. Grayscale: #6A6A6A. Windows color (decimal): -6859170 or 6182551. OLE color: 6182551.

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

Color convert

RGB1518694-
CMYK00.430.380.41
HSL352.62º27.43%46.47%-
HSV(B)352.62º43.05%59.22%-
XYZ18.1114.0412.35-
YUV106.35121.03159.85-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 45.62%
GREEN value IS 86 (33.98% from 255) = 25.98%
BLUE value IS 94 (37.11% from 255) = 28.40%
R=45.62%
G=25.98%
B=28.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.38
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151869400.430.380.41352.6227.4346.47
Hex97565E02B26291611b2e
Octal22712613605346515413356
Binary1001011110101101011110010101110011010100110110000111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97565E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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