#97516B

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

Shades of Vin Rouge #97516B

Tints of Vin Rouge #97516B

Color information

#97516B (or 0x97516B) is unknown color: approx Vin Rouge. HEX triplet: 97, 51 and 6B. RGB value is (151,81,107). Sum of RGB (Red+Green+Blue) = 151+81+107=339 (44% of max value = 765). Red value is 151 (59.38% from 255 or 44.54% from 339); Green value is 81 (32.03% from 255 or 23.89% from 339); Blue value is 107 (42.19% from 255 or 31.56% from 339); Max value from RGB is 151 - color contains mainly: red. Hex color #97516B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #97516B is #68AE94. Grayscale: #686868. Windows color (decimal): -6860437 or 7033239. OLE color: 7033239.

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

Color convert

RGB15181107-
CMYK00.460.290.41
HSL337.71º30.17%45.49%-
HSV(B)337.71º46.36%59.22%-
XYZ18.3613.5315.55-
YUV104.89129.19160.89-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 44.54%
GREEN value IS 81 (32.03% from 255) = 23.89%
BLUE value IS 107 (42.19% from 255) = 31.56%
R=44.54%
G=23.89%
B=31.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.29
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1518110700.460.290.41337.7130.1745.49
Hex97516B02E1D291521e2d
Octal22712115305635515223655
Binary100101111010001110101101011101110110100110101001011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97516B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,81,107); }

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

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

 a { background-color: rgb(151,81,107); }

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

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

 span { border-color: rgb(151,81,107); }

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