#954E57

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

Shades of Vin Rouge #954E57

Tints of Vin Rouge #954E57

Color information

#954E57 (or 0x954E57) is unknown color: approx Vin Rouge. HEX triplet: 95, 4E and 57. RGB value is (149,78,87). Sum of RGB (Red+Green+Blue) = 149+78+87=314 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.45% from 314); Green value is 78 (30.86% from 255 or 24.84% from 314); Blue value is 87 (34.38% from 255 or 27.71% from 314); Max value from RGB is 149 - color contains mainly: red. Hex color #954E57 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #954E57 is #6AB1A8. Grayscale: #646464. Windows color (decimal): -6992297 or 5721749. OLE color: 5721749.

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

Color convert

RGB1497887-
CMYK00.480.420.42
HSL352.39º31.28%44.51%-
HSV(B)352.39º47.65%58.43%-
XYZ16.8412.5310.55-
YUV100.26120.52162.77-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 47.45%
GREEN value IS 78 (30.86% from 255) = 24.84%
BLUE value IS 87 (34.38% from 255) = 27.71%
R=47.45%
G=24.84%
B=27.71%

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
Decimal149788700.480.420.42352.3931.2844.51
Hex954E570302A2A1601f2d
Octal22511612706052525403755
Binary1001010110011101010111011000010101010101010110000011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #954E57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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