#99515C

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

Shades of Vin Rouge #99515C

Tints of Vin Rouge #99515C

Color information

#99515C (or 0x99515C) is unknown color: approx Vin Rouge. HEX triplet: 99, 51 and 5C. RGB value is (153,81,92). Sum of RGB (Red+Green+Blue) = 153+81+92=326 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.93% from 326); Green value is 81 (32.03% from 255 or 24.85% from 326); Blue value is 92 (36.33% from 255 or 28.22% from 326); Max value from RGB is 153 - color contains mainly: red. Hex color #99515C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99515C is #66AEA3. Grayscale: #676767. Windows color (decimal): -6729380 or 6050201. OLE color: 6050201.

HSL color Cylindrical-coordinate representation of color #99515C: hue angle of 350.83º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #99515C is Cyan = 0, Magento = 0.47, Yellow = 0.40 and Black (K on CMYK) = 0.4.

Color convert

RGB1538192-
CMYK00.470.400.4
HSL350.83º30.77%45.88%-
HSV(B)350.83º47.06%60%-
XYZ18.0113.4311.77-
YUV103.78121.35163.11-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 46.93%
GREEN value IS 81 (32.03% from 255) = 24.85%
BLUE value IS 92 (36.33% from 255) = 28.22%
R=46.93%
G=24.85%
B=28.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.40
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153819200.470.400.4350.8330.7745.88
Hex99515C02F282815f1f2e
Octal23112113405750505373756
Binary1001100110100011011100010111110100010100010101111111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99515C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99515C; }

 p { color: rgb(153,81,92); }

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

<style>
 a { background-color: #99515C; }

 a { background-color: rgb(153,81,92); }

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

<style>
 span { border-color: #99515C; }

 span { border-color: rgb(153,81,92); }

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