#9B525E

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

Shades of Vin Rouge #9B525E

Tints of Vin Rouge #9B525E

Color information

#9B525E (or 0x9B525E) is unknown color: approx Vin Rouge. HEX triplet: 9B, 52 and 5E. RGB value is (155,82,94). Sum of RGB (Red+Green+Blue) = 155+82+94=331 (43% of max value = 765). Red value is 155 (60.94% from 255 or 46.83% from 331); Green value is 82 (32.42% from 255 or 24.77% from 331); Blue value is 94 (37.11% from 255 or 28.40% from 331); Max value from RGB is 155 - color contains mainly: red. Hex color #9B525E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B525E is #64ADA1. Grayscale: #696969. Windows color (decimal): -6598050 or 6181531. OLE color: 6181531.

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

Color convert

RGB1558294-
CMYK00.470.390.39
HSL350.14º30.8%46.47%-
HSV(B)350.14º47.1%60.78%-
XYZ18.5613.8112.28-
YUV105.2121.68163.52-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 46.83%
GREEN value IS 82 (32.42% from 255) = 24.77%
BLUE value IS 94 (37.11% from 255) = 28.40%
R=46.83%
G=24.77%
B=28.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.39
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155829400.470.390.39350.1430.846.47
Hex9B525E02F272715e1f2e
Octal23312213605747475363756
Binary1001101110100101011110010111110011110011110101111011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B525E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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