#995169

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

Shades of Vin Rouge #995169

Tints of Vin Rouge #995169

Color information

#995169 (or 0x995169) is unknown color: approx Vin Rouge. HEX triplet: 99, 51 and 69. RGB value is (153,81,105). Sum of RGB (Red+Green+Blue) = 153+81+105=339 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.13% from 339); Green value is 81 (32.03% from 255 or 23.89% from 339); Blue value is 105 (41.41% from 255 or 30.97% from 339); Max value from RGB is 153 - color contains mainly: red. Hex color #995169 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #995169 is #66AE96. Grayscale: #696969. Windows color (decimal): -6729367 or 6902169. OLE color: 6902169.

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

Color convert

RGB15381105-
CMYK00.470.310.4
HSL340º30.77%45.88%-
HSV(B)340º47.06%60%-
XYZ18.6313.6815.02-
YUV105.26127.85162.05-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 45.13%
GREEN value IS 81 (32.03% from 255) = 23.89%
BLUE value IS 105 (41.41% from 255) = 30.97%
R=45.13%
G=23.89%
B=30.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.31
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1538110500.470.310.434030.7745.88
Hex99516902F1F281541f2e
Octal23112115105737505243756
Binary100110011010001110100101011111111110100010101010011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #995169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #995169; }

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

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

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

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

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

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

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

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