#954F60

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

Shades of Vin Rouge #954F60

Tints of Vin Rouge #954F60

Color information

#954F60 (or 0x954F60) is unknown color: approx Vin Rouge. HEX triplet: 95, 4F and 60. RGB value is (149,79,96). Sum of RGB (Red+Green+Blue) = 149+79+96=324 (42% of max value = 765). Red value is 149 (58.59% from 255 or 45.99% from 324); Green value is 79 (31.25% from 255 or 24.38% from 324); Blue value is 96 (37.89% from 255 or 29.63% from 324); Max value from RGB is 149 - color contains mainly: red. Hex color #954F60 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #954F60 is #6AB09F. Grayscale: #656565. Windows color (decimal): -6992032 or 6311829. OLE color: 6311829.

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

Color convert

RGB1497996-
CMYK00.470.360.42
HSL345.43º30.7%44.71%-
HSV(B)345.43º46.98%58.43%-
XYZ17.312.8312.63-
YUV101.87124.69161.62-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 45.99%
GREEN value IS 79 (31.25% from 255) = 24.38%
BLUE value IS 96 (37.89% from 255) = 29.63%
R=45.99%
G=24.38%
B=29.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.36
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149799600.470.360.42345.4330.744.71
Hex954F6002F242A1591f2d
Octal22511714005744525313755
Binary1001010110011111100000010111110010010101010101100111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #954F60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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