#9B526A

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

Shades of Vin Rouge #9B526A

Tints of Vin Rouge #9B526A

Color information

#9B526A (or 0x9B526A) is unknown color: approx Vin Rouge. HEX triplet: 9B, 52 and 6A. RGB value is (155,82,106). Sum of RGB (Red+Green+Blue) = 155+82+106=343 (45% of max value = 765). Red value is 155 (60.94% from 255 or 45.19% from 343); Green value is 82 (32.42% from 255 or 23.91% from 343); Blue value is 106 (41.80% from 255 or 30.90% from 343); Max value from RGB is 155 - color contains mainly: red. Hex color #9B526A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B526A is #64AD95. Grayscale: #6A6A6A. Windows color (decimal): -6598038 or 6967963. OLE color: 6967963.

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

Color convert

RGB15582106-
CMYK00.470.320.39
HSL340.27º30.8%46.47%-
HSV(B)340.27º47.1%60.78%-
XYZ19.1414.0415.34-
YUV106.56127.68162.55-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 45.19%
GREEN value IS 82 (32.42% from 255) = 23.91%
BLUE value IS 106 (41.80% from 255) = 30.90%
R=45.19%
G=23.91%
B=30.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.32
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1558210600.470.320.39340.2730.846.47
Hex9B526A02F20271541f2e
Octal23312215205740475243756
Binary1001101110100101101010010111110000010011110101010011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B526A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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