#954E5C

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

Shades of Vin Rouge #954E5C

Tints of Vin Rouge #954E5C

Color information

#954E5C (or 0x954E5C) is unknown color: approx Vin Rouge. HEX triplet: 95, 4E and 5C. RGB value is (149,78,92). Sum of RGB (Red+Green+Blue) = 149+78+92=319 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.71% from 319); Green value is 78 (30.86% from 255 or 24.45% from 319); Blue value is 92 (36.33% from 255 or 28.84% from 319); Max value from RGB is 149 - color contains mainly: red. Hex color #954E5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #954E5C is #6AB1A3. Grayscale: #646464. Windows color (decimal): -6992292 or 6049429. OLE color: 6049429.

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

Color convert

RGB1497892-
CMYK00.480.380.42
HSL348.17º31.28%44.51%-
HSV(B)348.17º47.65%58.43%-
XYZ17.0512.6111.66-
YUV100.82123.02162.36-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 46.71%
GREEN value IS 78 (30.86% from 255) = 24.45%
BLUE value IS 92 (36.33% from 255) = 28.84%
R=46.71%
G=24.45%
B=28.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.38
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149789200.480.380.42348.1731.2844.51
Hex954E5C030262A15c1f2d
Octal22511613406046525343755
Binary1001010110011101011100011000010011010101010101110011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #954E5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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