#9C515B

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

Shades of Vin Rouge #9C515B

Tints of Vin Rouge #9C515B

Color information

#9C515B (or 0x9C515B) is unknown color: approx Vin Rouge. HEX triplet: 9C, 51 and 5B. RGB value is (156,81,91). Sum of RGB (Red+Green+Blue) = 156+81+91=328 (43% of max value = 765). Red value is 156 (61.33% from 255 or 47.56% from 328); Green value is 81 (32.03% from 255 or 24.70% from 328); Blue value is 91 (35.94% from 255 or 27.74% from 328); Max value from RGB is 156 - color contains mainly: red. Hex color #9C515B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C515B is #63AEA4. Grayscale: #686868. Windows color (decimal): -6532773 or 5984668. OLE color: 5984668.

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

Color convert

RGB1568191-
CMYK00.480.420.39
HSL352º31.65%46.47%-
HSV(B)352º48.08%61.18%-
XYZ18.5413.7111.57-
YUV104.56120.35164.69-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 47.56%
GREEN value IS 81 (32.03% from 255) = 24.70%
BLUE value IS 91 (35.94% from 255) = 27.74%
R=47.56%
G=24.70%
B=27.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.42
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156819100.480.420.3935231.6546.47
Hex9C515B0302A27160202e
Octal23412113306052475404056
Binary10011100101000110110110110000101010100111101100000100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C515B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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