#9E536B

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

Shades of Vin Rouge #9E536B

Tints of Vin Rouge #9E536B

Color information

#9E536B (or 0x9E536B) is unknown color: approx Vin Rouge. HEX triplet: 9E, 53 and 6B. RGB value is (158,83,107). Sum of RGB (Red+Green+Blue) = 158+83+107=348 (46% of max value = 765). Red value is 158 (62.11% from 255 or 45.40% from 348); Green value is 83 (32.81% from 255 or 23.85% from 348); Blue value is 107 (42.19% from 255 or 30.75% from 348); Max value from RGB is 158 - color contains mainly: red. Hex color #9E536B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E536B is #61AC94. Grayscale: #6C6C6C. Windows color (decimal): -6401173 or 7033758. OLE color: 7033758.

HSL color Cylindrical-coordinate representation of color #9E536B: hue angle of 340.8º 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 #9E536B is Cyan = 0, Magento = 0.47, Yellow = 0.32 and Black (K on CMYK) = 0.38.

Color convert

RGB15883107-
CMYK00.470.320.38
HSL340.8º31.12%47.25%-
HSV(B)340.8º47.47%61.96%-
XYZ19.8514.5215.67-
YUV108.16127.35163.55-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 45.40%
GREEN value IS 83 (32.81% from 255) = 23.85%
BLUE value IS 107 (42.19% from 255) = 30.75%
R=45.40%
G=23.85%
B=30.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.32
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1588310700.470.320.38340.831.1247.25
Hex9E536B02F20261551f2f
Octal23612315305740465253757
Binary1001111010100111101011010111110000010011010101010111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E536B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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