#995161

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

Shades of Vin Rouge #995161

Tints of Vin Rouge #995161

Color information

#995161 (or 0x995161) is unknown color: approx Vin Rouge. HEX triplet: 99, 51 and 61. RGB value is (153,81,97). Sum of RGB (Red+Green+Blue) = 153+81+97=331 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.22% from 331); Green value is 81 (32.03% from 255 or 24.47% from 331); Blue value is 97 (38.28% from 255 or 29.31% from 331); Max value from RGB is 153 - color contains mainly: red. Hex color #995161 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #995161 is #66AE9E. Grayscale: #686868. Windows color (decimal): -6729375 or 6377881. OLE color: 6377881.

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

Color convert

RGB1538197-
CMYK00.470.370.4
HSL346.67º30.77%45.88%-
HSV(B)346.67º47.06%60%-
XYZ18.2413.5212.96-
YUV104.35123.85162.7-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 46.22%
GREEN value IS 81 (32.03% from 255) = 24.47%
BLUE value IS 97 (38.28% from 255) = 29.31%
R=46.22%
G=24.47%
B=29.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.37
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153819700.470.370.4346.6730.7745.88
Hex99516102F252815b1f2e
Octal23112114105745505333756
Binary1001100110100011100001010111110010110100010101101111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #995161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #995161; }

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

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

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

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

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

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

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

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