#97515F

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

Shades of Vin Rouge #97515F

Tints of Vin Rouge #97515F

Color information

#97515F (or 0x97515F) is unknown color: approx Vin Rouge. HEX triplet: 97, 51 and 5F. RGB value is (151,81,95). Sum of RGB (Red+Green+Blue) = 151+81+95=327 (43% of max value = 765). Red value is 151 (59.38% from 255 or 46.18% from 327); Green value is 81 (32.03% from 255 or 24.77% from 327); Blue value is 95 (37.5% from 255 or 29.05% from 327); Max value from RGB is 151 - color contains mainly: red. Hex color #97515F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #97515F is #68AEA0. Grayscale: #676767. Windows color (decimal): -6860449 or 6246807. OLE color: 6246807.

HSL color Cylindrical-coordinate representation of color #97515F: hue angle of 348º 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 #97515F is Cyan = 0, Magento = 0.46, Yellow = 0.37 and Black (K on CMYK) = 0.41.

Color convert

RGB1518195-
CMYK00.460.370.41
HSL348º30.17%45.49%-
HSV(B)348º46.36%59.22%-
XYZ17.7713.2912.46-
YUV103.53123.19161.86-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 46.18%
GREEN value IS 81 (32.03% from 255) = 24.77%
BLUE value IS 95 (37.5% from 255) = 29.05%
R=46.18%
G=24.77%
B=29.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.37
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151819500.460.370.4134830.1745.49
Hex97515F02E252915c1e2d
Octal22712113705645515343655
Binary1001011110100011011111010111010010110100110101110011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97515F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97515F; }

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

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

<style>
 a { background-color: #97515F; }

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

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

<style>
 span { border-color: #97515F; }

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

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