#954E67

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

Shades of Vin Rouge #954E67

Tints of Vin Rouge #954E67

Color information

#954E67 (or 0x954E67) is unknown color: approx Vin Rouge. HEX triplet: 95, 4E and 67. RGB value is (149,78,103). Sum of RGB (Red+Green+Blue) = 149+78+103=330 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.15% from 330); Green value is 78 (30.86% from 255 or 23.64% from 330); Blue value is 103 (40.62% from 255 or 31.21% from 330); Max value from RGB is 149 - color contains mainly: red. Hex color #954E67 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #954E67 is #6AB198. Grayscale: #666666. Windows color (decimal): -6992281 or 6770325. OLE color: 6770325.

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

Color convert

RGB14978103-
CMYK00.480.310.42
HSL338.87º31.28%44.51%-
HSV(B)338.87º47.65%58.43%-
XYZ17.5712.8214.38-
YUV102.08128.52161.47-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 45.15%
GREEN value IS 78 (30.86% from 255) = 23.64%
BLUE value IS 103 (40.62% from 255) = 31.21%
R=45.15%
G=23.64%
B=31.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.31
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1497810300.480.310.42338.8731.2844.51
Hex954E670301F2A1531f2d
Octal22511614706037525233755
Binary100101011001110110011101100001111110101010101001111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #954E67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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