#9C505B

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

Shades of Vin Rouge #9C505B

Tints of Vin Rouge #9C505B

Color information

#9C505B (or 0x9C505B) is unknown color: approx Vin Rouge. HEX triplet: 9C, 50 and 5B. RGB value is (156,80,91). Sum of RGB (Red+Green+Blue) = 156+80+91=327 (43% of max value = 765). Red value is 156 (61.33% from 255 or 47.71% from 327); Green value is 80 (31.64% from 255 or 24.46% from 327); Blue value is 91 (35.94% from 255 or 27.83% from 327); Max value from RGB is 156 - color contains mainly: red. Hex color #9C505B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C505B is #63AFA4. Grayscale: #686868. Windows color (decimal): -6533029 or 5984412. OLE color: 5984412.

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

Color convert

RGB1568091-
CMYK00.490.420.39
HSL351.32º32.2%46.27%-
HSV(B)351.32º48.72%61.18%-
XYZ18.4713.5611.54-
YUV103.98120.68165.11-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 47.71%
GREEN value IS 80 (31.64% from 255) = 24.46%
BLUE value IS 91 (35.94% from 255) = 27.83%
R=47.71%
G=24.46%
B=27.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.42
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156809100.490.420.39351.3232.246.27
Hex9C505B0312A2715f202e
Octal23412013306152475374056
Binary10011100101000010110110110001101010100111101011111100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C505B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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