#9E5367

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

Shades of Vin Rouge #9E5367

Tints of Vin Rouge #9E5367

Color information

#9E5367 (or 0x9E5367) is unknown color: approx Vin Rouge. HEX triplet: 9E, 53 and 67. RGB value is (158,83,103). Sum of RGB (Red+Green+Blue) = 158+83+103=344 (45% of max value = 765). Red value is 158 (62.11% from 255 or 45.93% from 344); Green value is 83 (32.81% from 255 or 24.13% from 344); Blue value is 103 (40.62% from 255 or 29.94% from 344); Max value from RGB is 158 - color contains mainly: red. Hex color #9E5367 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E5367 is #61AC98. Grayscale: #6B6B6B. Windows color (decimal): -6401177 or 6771614. OLE color: 6771614.

HSL color Cylindrical-coordinate representation of color #9E5367: hue angle of 344º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9E5367 is Cyan = 0, Magento = 0.47, Yellow = 0.35 and Black (K on CMYK) = 0.38.

Color convert

RGB15883103-
CMYK00.470.350.38
HSL344º31.12%47.25%-
HSV(B)344º47.47%61.96%-
XYZ19.6414.4314.58-
YUV107.7125.35163.87-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 45.93%
GREEN value IS 83 (32.81% from 255) = 24.13%
BLUE value IS 103 (40.62% from 255) = 29.94%
R=45.93%
G=24.13%
B=29.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.35
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1588310300.470.350.3834431.1247.25
Hex9E536702F23261581f2f
Octal23612314705743465303757
Binary1001111010100111100111010111110001110011010101100011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E5367

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,83,103); }

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

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

 a { background-color: rgb(158,83,103); }

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

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

 span { border-color: rgb(158,83,103); }

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