#9B575A

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

Shades of Vin Rouge #9B575A

Tints of Vin Rouge #9B575A

Color information

#9B575A (or 0x9B575A) is unknown color: approx Vin Rouge. HEX triplet: 9B, 57 and 5A. RGB value is (155,87,90). Sum of RGB (Red+Green+Blue) = 155+87+90=332 (43% of max value = 765). Red value is 155 (60.94% from 255 or 46.69% from 332); Green value is 87 (34.38% from 255 or 26.20% from 332); Blue value is 90 (35.55% from 255 or 27.11% from 332); Max value from RGB is 155 - color contains mainly: red. Hex color #9B575A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B575A is #64A8A5. Grayscale: #6B6B6B. Windows color (decimal): -6596774 or 5920667. OLE color: 5920667.

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

Color convert

RGB1558790-
CMYK00.440.420.39
HSL357.35º28.1%47.45%-
HSV(B)357.35º43.87%60.78%-
XYZ18.7714.5211.49-
YUV107.67118.03161.76-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 46.69%
GREEN value IS 87 (34.38% from 255) = 26.20%
BLUE value IS 90 (35.55% from 255) = 27.11%
R=46.69%
G=26.20%
B=27.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.42
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155879000.440.420.39357.3528.147.45
Hex9B575A02C2A271651c2f
Octal23312713205452475453457
Binary1001101110101111011010010110010101010011110110010111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B575A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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