#9D535B

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

Shades of Vin Rouge #9D535B

Tints of Vin Rouge #9D535B

Color information

#9D535B (or 0x9D535B) is unknown color: approx Vin Rouge. HEX triplet: 9D, 53 and 5B. RGB value is (157,83,91). Sum of RGB (Red+Green+Blue) = 157+83+91=331 (43% of max value = 765). Red value is 157 (61.72% from 255 or 47.43% from 331); Green value is 83 (32.81% from 255 or 25.08% from 331); Blue value is 91 (35.94% from 255 or 27.49% from 331); Max value from RGB is 157 - color contains mainly: red. Hex color #9D535B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D535B is #62ACA4. Grayscale: #6A6A6A. Windows color (decimal): -6466725 or 5985181. OLE color: 5985181.

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

Color convert

RGB1578391-
CMYK00.470.420.38
HSL353.51º30.83%47.06%-
HSV(B)353.51º47.13%61.57%-
XYZ18.8914.1111.63-
YUV106.04119.52164.35-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 47.43%
GREEN value IS 83 (32.81% from 255) = 25.08%
BLUE value IS 91 (35.94% from 255) = 27.49%
R=47.43%
G=25.08%
B=27.49%

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
Decimal157839100.470.420.38353.5130.8347.06
Hex9D535B02F2A261621f2f
Octal23512313305752465423757
Binary1001110110100111011011010111110101010011010110001011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D535B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,83,91); }

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

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

 a { background-color: rgb(157,83,91); }

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

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

 span { border-color: rgb(157,83,91); }

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