#954E56

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

Shades of Vin Rouge #954E56

Tints of Vin Rouge #954E56

Color information

#954E56 (or 0x954E56) is unknown color: approx Vin Rouge. HEX triplet: 95, 4E and 56. RGB value is (149,78,86). Sum of RGB (Red+Green+Blue) = 149+78+86=313 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.60% from 313); Green value is 78 (30.86% from 255 or 24.92% from 313); Blue value is 86 (33.98% from 255 or 27.48% from 313); Max value from RGB is 149 - color contains mainly: red. Hex color #954E56 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #954E56 is #6AB1A9. Grayscale: #646464. Windows color (decimal): -6992298 or 5656213. OLE color: 5656213.

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

Color convert

RGB1497886-
CMYK00.480.420.42
HSL353.24º31.28%44.51%-
HSV(B)353.24º47.65%58.43%-
XYZ16.812.5110.33-
YUV100.14120.02162.85-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 47.60%
GREEN value IS 78 (30.86% from 255) = 24.92%
BLUE value IS 86 (33.98% from 255) = 27.48%
R=47.60%
G=24.92%
B=27.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.42
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149788600.480.420.42353.2431.2844.51
Hex954E560302A2A1611f2d
Octal22511612606052525413755
Binary1001010110011101010110011000010101010101010110000111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #954E56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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