#954E62

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

Shades of Vin Rouge #954E62

Tints of Vin Rouge #954E62

Color information

#954E62 (or 0x954E62) is unknown color: approx Vin Rouge. HEX triplet: 95, 4E and 62. RGB value is (149,78,98). Sum of RGB (Red+Green+Blue) = 149+78+98=325 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.85% from 325); Green value is 78 (30.86% from 255 or 24% from 325); Blue value is 98 (38.67% from 255 or 30.15% from 325); Max value from RGB is 149 - color contains mainly: red. Hex color #954E62 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #954E62 is #6AB19D. Grayscale: #656565. Windows color (decimal): -6992286 or 6442645. OLE color: 6442645.

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

Color convert

RGB1497898-
CMYK00.480.340.42
HSL343.1º31.28%44.51%-
HSV(B)343.1º47.65%58.43%-
XYZ17.3212.7213.1-
YUV101.51126.02161.87-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 45.85%
GREEN value IS 78 (30.86% from 255) = 24%
BLUE value IS 98 (38.67% from 255) = 30.15%
R=45.85%
G=24%
B=30.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.34
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149789800.480.340.42343.131.2844.51
Hex954E62030222A1571f2d
Octal22511614206042525273755
Binary1001010110011101100010011000010001010101010101011111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #954E62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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