#9E4F62

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

Shades of Vin Rouge #9E4F62

Tints of Vin Rouge #9E4F62

Color information

#9E4F62 (or 0x9E4F62) is unknown color: approx Vin Rouge. HEX triplet: 9E, 4F and 62. RGB value is (158,79,98). Sum of RGB (Red+Green+Blue) = 158+79+98=335 (44% of max value = 765). Red value is 158 (62.11% from 255 or 47.16% from 335); Green value is 79 (31.25% from 255 or 23.58% from 335); Blue value is 98 (38.67% from 255 or 29.25% from 335); Max value from RGB is 158 - color contains mainly: red. Hex color #9E4F62 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E4F62 is #61B09D. Grayscale: #686868. Windows color (decimal): -6402206 or 6442910. OLE color: 6442910.

HSL color Cylindrical-coordinate representation of color #9E4F62: hue angle of 345.57º degrees, saturation: 0.33, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9E4F62 is Cyan = 0, Magento = 0.50, Yellow = 0.38 and Black (K on CMYK) = 0.38.

Color convert

RGB1587998-
CMYK00.500.380.38
HSL345.57º33.33%46.47%-
HSV(B)345.57º50%61.96%-
XYZ19.113.7413.2-
YUV104.79124.17165.96-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 47.16%
GREEN value IS 79 (31.25% from 255) = 23.58%
BLUE value IS 98 (38.67% from 255) = 29.25%
R=47.16%
G=23.58%
B=29.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.38
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158799800.500.380.38345.5733.3346.47
Hex9E4F62032262615a212e
Octal23611714206246465324156
Binary10011110100111111000100110010100110100110101011010100001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E4F62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9E4F62; }

 p { color: rgb(158,79,98); }

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

<style>
 a { background-color: #9E4F62; }

 a { background-color: rgb(158,79,98); }

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

<style>
 span { border-color: #9E4F62; }

 span { border-color: rgb(158,79,98); }

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