#9B575F

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

Shades of Vin Rouge #9B575F

Tints of Vin Rouge #9B575F

Color information

#9B575F (or 0x9B575F) is unknown color: approx Vin Rouge. HEX triplet: 9B, 57 and 5F. RGB value is (155,87,95). Sum of RGB (Red+Green+Blue) = 155+87+95=337 (44% of max value = 765). Red value is 155 (60.94% from 255 or 45.99% from 337); Green value is 87 (34.38% from 255 or 25.82% from 337); Blue value is 95 (37.5% from 255 or 28.19% from 337); Max value from RGB is 155 - color contains mainly: red. Hex color #9B575F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B575F is #64A8A0. Grayscale: #6C6C6C. Windows color (decimal): -6596769 or 6248347. OLE color: 6248347.

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

Color convert

RGB1558795-
CMYK00.440.390.39
HSL352.94º28.1%47.45%-
HSV(B)352.94º43.87%60.78%-
XYZ18.9914.6112.65-
YUV108.24120.53161.35-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 45.99%
GREEN value IS 87 (34.38% from 255) = 25.82%
BLUE value IS 95 (37.5% from 255) = 28.19%
R=45.99%
G=25.82%
B=28.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.39
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155879500.440.390.39352.9428.147.45
Hex9B575F02C27271611c2f
Octal23312713705447475413457
Binary1001101110101111011111010110010011110011110110000111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B575F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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