#9B576A

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

Shades of Vin Rouge #9B576A

Tints of Vin Rouge #9B576A

Color information

#9B576A (or 0x9B576A) is unknown color: approx Vin Rouge. HEX triplet: 9B, 57 and 6A. RGB value is (155,87,106). Sum of RGB (Red+Green+Blue) = 155+87+106=348 (46% of max value = 765). Red value is 155 (60.94% from 255 or 44.54% from 348); Green value is 87 (34.38% from 255 or 25% from 348); Blue value is 106 (41.80% from 255 or 30.46% from 348); Max value from RGB is 155 - color contains mainly: red. Hex color #9B576A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B576A is #64A895. Grayscale: #6D6D6D. Windows color (decimal): -6596758 or 6969243. OLE color: 6969243.

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

Color convert

RGB15587106-
CMYK00.440.320.39
HSL343.24º28.1%47.45%-
HSV(B)343.24º43.87%60.78%-
XYZ19.5314.8315.47-
YUV109.5126.03160.46-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 44.54%
GREEN value IS 87 (34.38% from 255) = 25%
BLUE value IS 106 (41.80% from 255) = 30.46%
R=44.54%
G=25%
B=30.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.32
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1558710600.440.320.39343.2428.147.45
Hex9B576A02C20271571c2f
Octal23312715205440475273457
Binary1001101110101111101010010110010000010011110101011111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B576A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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