#955168

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

Shades of Vin Rouge #955168

Tints of Vin Rouge #955168

Color information

#955168 (or 0x955168) is unknown color: approx Vin Rouge. HEX triplet: 95, 51 and 68. RGB value is (149,81,104). Sum of RGB (Red+Green+Blue) = 149+81+104=334 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.61% from 334); Green value is 81 (32.03% from 255 or 24.25% from 334); Blue value is 104 (41.02% from 255 or 31.14% from 334); Max value from RGB is 149 - color contains mainly: red. Hex color #955168 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955168 is #6AAE97. Grayscale: #676767. Windows color (decimal): -6991512 or 6836629. OLE color: 6836629.

HSL color Cylindrical-coordinate representation of color #955168: hue angle of 339.71º 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 #955168 is Cyan = 0, Magento = 0.46, Yellow = 0.30 and Black (K on CMYK) = 0.42.

Color convert

RGB14981104-
CMYK00.460.300.42
HSL339.71º29.57%45.1%-
HSV(B)339.71º45.64%58.43%-
XYZ17.8413.2714.72-
YUV103.95128.03160.13-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 44.61%
GREEN value IS 81 (32.03% from 255) = 24.25%
BLUE value IS 104 (41.02% from 255) = 31.14%
R=44.61%
G=24.25%
B=31.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.30
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1498110400.460.300.42339.7129.5745.1
Hex95516802E1E2A1541e2d
Octal22512115005636525243655
Binary100101011010001110100001011101111010101010101010011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #955168; }

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

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

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

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

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

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

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

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