#9E535C

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

Shades of Vin Rouge #9E535C

Tints of Vin Rouge #9E535C

Color information

#9E535C (or 0x9E535C) is unknown color: approx Vin Rouge. HEX triplet: 9E, 53 and 5C. RGB value is (158,83,92). Sum of RGB (Red+Green+Blue) = 158+83+92=333 (44% of max value = 765). Red value is 158 (62.11% from 255 or 47.45% from 333); Green value is 83 (32.81% from 255 or 24.92% from 333); Blue value is 92 (36.33% from 255 or 27.63% from 333); Max value from RGB is 158 - color contains mainly: red. Hex color #9E535C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E535C is #61ACA3. Grayscale: #6A6A6A. Windows color (decimal): -6401188 or 6050718. OLE color: 6050718.

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

Color convert

RGB1588392-
CMYK00.470.420.38
HSL352.8º31.12%47.25%-
HSV(B)352.8º47.47%61.96%-
XYZ19.1314.2311.86-
YUV106.45119.85164.77-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 47.45%
GREEN value IS 83 (32.81% from 255) = 24.92%
BLUE value IS 92 (36.33% from 255) = 27.63%
R=47.45%
G=24.92%
B=27.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.42
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158839200.470.420.38352.831.1247.25
Hex9E535C02F2A261611f2f
Octal23612313405752465413757
Binary1001111010100111011100010111110101010011010110000111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E535C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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