#954E60

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

Shades of Vin Rouge #954E60

Tints of Vin Rouge #954E60

Color information

#954E60 (or 0x954E60) is unknown color: approx Vin Rouge. HEX triplet: 95, 4E and 60. RGB value is (149,78,96). Sum of RGB (Red+Green+Blue) = 149+78+96=323 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.13% from 323); Green value is 78 (30.86% from 255 or 24.15% from 323); Blue value is 96 (37.89% from 255 or 29.72% from 323); Max value from RGB is 149 - color contains mainly: red. Hex color #954E60 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #954E60 is #6AB19F. Grayscale: #656565. Windows color (decimal): -6992288 or 6311573. OLE color: 6311573.

HSL color Cylindrical-coordinate representation of color #954E60: hue angle of 344.79º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #954E60 is Cyan = 0, Magento = 0.48, Yellow = 0.36 and Black (K on CMYK) = 0.42.

Color convert

RGB1497896-
CMYK00.480.360.42
HSL344.79º31.28%44.51%-
HSV(B)344.79º47.65%58.43%-
XYZ17.2312.6812.61-
YUV101.28125.02162.04-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 46.13%
GREEN value IS 78 (30.86% from 255) = 24.15%
BLUE value IS 96 (37.89% from 255) = 29.72%
R=46.13%
G=24.15%
B=29.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.36
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149789600.480.360.42344.7931.2844.51
Hex954E60030242A1591f2d
Octal22511614006044525313755
Binary1001010110011101100000011000010010010101010101100111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #954E60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #954E60; }

 p { color: rgb(149,78,96); }

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

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

 a { background-color: rgb(149,78,96); }

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

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

 span { border-color: rgb(149,78,96); }

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