#954F64

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

Shades of Vin Rouge #954F64

Tints of Vin Rouge #954F64

Color information

#954F64 (or 0x954F64) is unknown color: approx Vin Rouge. HEX triplet: 95, 4F and 64. RGB value is (149,79,100). Sum of RGB (Red+Green+Blue) = 149+79+100=328 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.43% from 328); Green value is 79 (31.25% from 255 or 24.09% from 328); Blue value is 100 (39.45% from 255 or 30.49% from 328); Max value from RGB is 149 - color contains mainly: red. Hex color #954F64 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #954F64 is #6AB09B. Grayscale: #666666. Windows color (decimal): -6992028 or 6573973. OLE color: 6573973.

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

Color convert

RGB14979100-
CMYK00.470.330.42
HSL342º30.7%44.71%-
HSV(B)342º46.98%58.43%-
XYZ17.4912.913.62-
YUV102.32126.69161.29-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 45.43%
GREEN value IS 79 (31.25% from 255) = 24.09%
BLUE value IS 100 (39.45% from 255) = 30.49%
R=45.43%
G=24.09%
B=30.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.33
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1497910000.470.330.4234230.744.71
Hex954F6402F212A1561f2d
Octal22511714405741525263755
Binary1001010110011111100100010111110000110101010101011011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #954F64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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