#9B5270

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

Shades of Vin Rouge #9B5270

Tints of Vin Rouge #9B5270

Color information

#9B5270 (or 0x9B5270) is unknown color: approx Vin Rouge. HEX triplet: 9B, 52 and 70. RGB value is (155,82,112). Sum of RGB (Red+Green+Blue) = 155+82+112=349 (46% of max value = 765). Red value is 155 (60.94% from 255 or 44.41% from 349); Green value is 82 (32.42% from 255 or 23.50% from 349); Blue value is 112 (44.14% from 255 or 32.09% from 349); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5270 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B5270 is #64AD8F. Grayscale: #6B6B6B. Windows color (decimal): -6598032 or 7361179. OLE color: 7361179.

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

Color convert

RGB15582112-
CMYK00.470.280.39
HSL335.34º30.8%46.47%-
HSV(B)335.34º47.1%60.78%-
XYZ19.4614.1717.04-
YUV107.25130.68162.06-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 44.41%
GREEN value IS 82 (32.42% from 255) = 23.50%
BLUE value IS 112 (44.14% from 255) = 32.09%
R=44.41%
G=23.50%
B=32.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.28
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1558211200.470.280.39335.3430.846.47
Hex9B527002F1C2714f1f2e
Octal23312216005734475173756
Binary100110111010010111000001011111110010011110100111111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B5270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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