#9A515B

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

Shades of Vin Rouge #9A515B

Tints of Vin Rouge #9A515B

Color information

#9A515B (or 0x9A515B) is unknown color: approx Vin Rouge. HEX triplet: 9A, 51 and 5B. RGB value is (154,81,91). Sum of RGB (Red+Green+Blue) = 154+81+91=326 (43% of max value = 765). Red value is 154 (60.55% from 255 or 47.24% from 326); Green value is 81 (32.03% from 255 or 24.85% from 326); Blue value is 91 (35.94% from 255 or 27.91% from 326); Max value from RGB is 154 - color contains mainly: red. Hex color #9A515B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A515B is #65AEA4. Grayscale: #686868. Windows color (decimal): -6663845 or 5984666. OLE color: 5984666.

HSL color Cylindrical-coordinate representation of color #9A515B: hue angle of 351.78º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9A515B is Cyan = 0, Magento = 0.47, Yellow = 0.41 and Black (K on CMYK) = 0.40.

Color convert

RGB1548191-
CMYK00.470.410.40
HSL351.78º31.06%46.08%-
HSV(B)351.78º47.4%60.39%-
XYZ18.1613.5111.55-
YUV103.97120.68163.69-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 47.24%
GREEN value IS 81 (32.03% from 255) = 24.85%
BLUE value IS 91 (35.94% from 255) = 27.91%
R=47.24%
G=24.85%
B=27.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.41
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal154819100.470.410.40351.7831.0646.08
Hex9A515B02F29281601f2e
Octal23212113305751505403756
Binary1001101010100011011011010111110100110100010110000011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A515B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,81,91); }

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

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

 a { background-color: rgb(154,81,91); }

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

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

 span { border-color: rgb(154,81,91); }

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