#9B525D

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

Shades of Vin Rouge #9B525D

Tints of Vin Rouge #9B525D

Color information

#9B525D (or 0x9B525D) is unknown color: approx Vin Rouge. HEX triplet: 9B, 52 and 5D. RGB value is (155,82,93). Sum of RGB (Red+Green+Blue) = 155+82+93=330 (43% of max value = 765). Red value is 155 (60.94% from 255 or 46.97% from 330); Green value is 82 (32.42% from 255 or 24.85% from 330); Blue value is 93 (36.72% from 255 or 28.18% from 330); Max value from RGB is 155 - color contains mainly: red. Hex color #9B525D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B525D is #64ADA2. Grayscale: #696969. Windows color (decimal): -6598051 or 6115995. OLE color: 6115995.

HSL color Cylindrical-coordinate representation of color #9B525D: hue angle of 350.96º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9B525D is Cyan = 0, Magento = 0.47, Yellow = 0.4 and Black (K on CMYK) = 0.39.

Color convert

RGB1558293-
CMYK00.470.40.39
HSL350.96º30.8%46.47%-
HSV(B)350.96º47.1%60.78%-
XYZ18.5113.7912.04-
YUV105.08121.18163.61-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 46.97%
GREEN value IS 82 (32.42% from 255) = 24.85%
BLUE value IS 93 (36.72% from 255) = 28.18%
R=46.97%
G=24.85%
B=28.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.4
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155829300.470.40.39350.9630.846.47
Hex9B525D02F282715f1f2e
Octal23312213505750475373756
Binary1001101110100101011101010111110100010011110101111111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B525D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,82,93); }

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

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

 a { background-color: rgb(155,82,93); }

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

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

 span { border-color: rgb(155,82,93); }

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