#954F65

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

Shades of Vin Rouge #954F65

Tints of Vin Rouge #954F65

Color information

#954F65 (or 0x954F65) is unknown color: approx Vin Rouge. HEX triplet: 95, 4F and 65. RGB value is (149,79,101). Sum of RGB (Red+Green+Blue) = 149+79+101=329 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.29% from 329); Green value is 79 (31.25% from 255 or 24.01% from 329); Blue value is 101 (39.84% from 255 or 30.70% from 329); Max value from RGB is 149 - color contains mainly: red. Hex color #954F65 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #954F65 is #6AB09A. Grayscale: #666666. Windows color (decimal): -6992027 or 6639509. OLE color: 6639509.

HSL color Cylindrical-coordinate representation of color #954F65: hue angle of 341.14º 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 #954F65 is Cyan = 0, Magento = 0.47, Yellow = 0.32 and Black (K on CMYK) = 0.42.

Color convert

RGB14979101-
CMYK00.470.320.42
HSL341.14º30.7%44.71%-
HSV(B)341.14º46.98%58.43%-
XYZ17.5412.9213.88-
YUV102.44127.19161.21-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 45.29%
GREEN value IS 79 (31.25% from 255) = 24.01%
BLUE value IS 101 (39.84% from 255) = 30.70%
R=45.29%
G=24.01%
B=30.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.32
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1497910100.470.320.42341.1430.744.71
Hex954F6502F202A1551f2d
Octal22511714505740525253755
Binary1001010110011111100101010111110000010101010101010111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #954F65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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