#954E66

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

Shades of Vin Rouge #954E66

Tints of Vin Rouge #954E66

Color information

#954E66 (or 0x954E66) is unknown color: approx Vin Rouge. HEX triplet: 95, 4E and 66. RGB value is (149,78,102). Sum of RGB (Red+Green+Blue) = 149+78+102=329 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.29% from 329); Green value is 78 (30.86% from 255 or 23.71% from 329); Blue value is 102 (40.23% from 255 or 31.00% from 329); Max value from RGB is 149 - color contains mainly: red. Hex color #954E66 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #954E66 is #6AB199. Grayscale: #656565. Windows color (decimal): -6992282 or 6704789. OLE color: 6704789.

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

Color convert

RGB14978102-
CMYK00.480.320.42
HSL339.72º31.28%44.51%-
HSV(B)339.72º47.65%58.43%-
XYZ17.5212.814.12-
YUV101.96128.02161.55-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 45.29%
GREEN value IS 78 (30.86% from 255) = 23.71%
BLUE value IS 102 (40.23% from 255) = 31.00%
R=45.29%
G=23.71%
B=31.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.32
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1497810200.480.320.42339.7231.2844.51
Hex954E66030202A1541f2d
Octal22511614606040525243755
Binary1001010110011101100110011000010000010101010101010011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #954E66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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