#955162

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

Shades of Vin Rouge #955162

Tints of Vin Rouge #955162

Color information

#955162 (or 0x955162) is unknown color: approx Vin Rouge. HEX triplet: 95, 51 and 62. RGB value is (149,81,98). Sum of RGB (Red+Green+Blue) = 149+81+98=328 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.43% from 328); Green value is 81 (32.03% from 255 or 24.70% from 328); Blue value is 98 (38.67% from 255 or 29.88% from 328); Max value from RGB is 149 - color contains mainly: red. Hex color #955162 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955162 is #6AAE9D. Grayscale: #676767. Windows color (decimal): -6991518 or 6443413. OLE color: 6443413.

HSL color Cylindrical-coordinate representation of color #955162: hue angle of 345º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #955162 is Cyan = 0, Magento = 0.46, Yellow = 0.34 and Black (K on CMYK) = 0.42.

Color convert

RGB1498198-
CMYK00.460.340.42
HSL345º29.57%45.1%-
HSV(B)345º45.64%58.43%-
XYZ17.5413.1613.17-
YUV103.27125.03160.62-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 45.43%
GREEN value IS 81 (32.03% from 255) = 24.70%
BLUE value IS 98 (38.67% from 255) = 29.88%
R=45.43%
G=24.70%
B=29.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.34
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149819800.460.340.4234529.5745.1
Hex95516202E222A1591e2d
Octal22512114205642525313655
Binary1001010110100011100010010111010001010101010101100111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955162

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #955162; }

 p { color: rgb(149,81,98); }

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

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

 a { background-color: rgb(149,81,98); }

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

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

 span { border-color: rgb(149,81,98); }

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