#99516E

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

Shades of Vin Rouge #99516E

Tints of Vin Rouge #99516E

Color information

#99516E (or 0x99516E) is unknown color: approx Vin Rouge. HEX triplet: 99, 51 and 6E. RGB value is (153,81,110). Sum of RGB (Red+Green+Blue) = 153+81+110=344 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.48% from 344); Green value is 81 (32.03% from 255 or 23.55% from 344); Blue value is 110 (43.36% from 255 or 31.98% from 344); Max value from RGB is 153 - color contains mainly: red. Hex color #99516E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99516E is #66AE91. Grayscale: #696969. Windows color (decimal): -6729362 or 7229849. OLE color: 7229849.

HSL color Cylindrical-coordinate representation of color #99516E: hue angle of 335.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 #99516E is Cyan = 0, Magento = 0.47, Yellow = 0.28 and Black (K on CMYK) = 0.4.

Color convert

RGB15381110-
CMYK00.470.280.4
HSL335.83º30.77%45.88%-
HSV(B)335.83º47.06%60%-
XYZ18.8913.7816.42-
YUV105.83130.35161.64-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 44.48%
GREEN value IS 81 (32.03% from 255) = 23.55%
BLUE value IS 110 (43.36% from 255) = 31.98%
R=44.48%
G=23.55%
B=31.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.28
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1538111000.470.280.4335.8330.7745.88
Hex99516E02F1C281501f2e
Octal23112115605734505203756
Binary100110011010001110111001011111110010100010101000011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99516E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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