#954E5B

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

Shades of Vin Rouge #954E5B

Tints of Vin Rouge #954E5B

Color information

#954E5B (or 0x954E5B) is unknown color: approx Vin Rouge. HEX triplet: 95, 4E and 5B. RGB value is (149,78,91). Sum of RGB (Red+Green+Blue) = 149+78+91=318 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.86% from 318); Green value is 78 (30.86% from 255 or 24.53% from 318); Blue value is 91 (35.94% from 255 or 28.62% from 318); Max value from RGB is 149 - color contains mainly: red. Hex color #954E5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #954E5B is #6AB1A4. Grayscale: #646464. Windows color (decimal): -6992293 or 5983893. OLE color: 5983893.

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

Color convert

RGB1497891-
CMYK00.480.390.42
HSL349.01º31.28%44.51%-
HSV(B)349.01º47.65%58.43%-
XYZ17.0112.5911.43-
YUV100.71122.52162.44-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 46.86%
GREEN value IS 78 (30.86% from 255) = 24.53%
BLUE value IS 91 (35.94% from 255) = 28.62%
R=46.86%
G=24.53%
B=28.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.39
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149789100.480.390.42349.0131.2844.51
Hex954E5B030272A15d1f2d
Octal22511613306047525353755
Binary1001010110011101011011011000010011110101010101110111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #954E5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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