#9C505F

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

Shades of Vin Rouge #9C505F

Tints of Vin Rouge #9C505F

Color information

#9C505F (or 0x9C505F) is unknown color: approx Vin Rouge. HEX triplet: 9C, 50 and 5F. RGB value is (156,80,95). Sum of RGB (Red+Green+Blue) = 156+80+95=331 (43% of max value = 765). Red value is 156 (61.33% from 255 or 47.13% from 331); Green value is 80 (31.64% from 255 or 24.17% from 331); Blue value is 95 (37.5% from 255 or 28.70% from 331); Max value from RGB is 156 - color contains mainly: red. Hex color #9C505F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C505F is #63AFA0. Grayscale: #686868. Windows color (decimal): -6533025 or 6246556. OLE color: 6246556.

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

Color convert

RGB1568095-
CMYK00.490.390.39
HSL348.16º32.2%46.27%-
HSV(B)348.16º48.72%61.18%-
XYZ18.6413.6312.47-
YUV104.43122.68164.78-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 47.13%
GREEN value IS 80 (31.64% from 255) = 24.17%
BLUE value IS 95 (37.5% from 255) = 28.70%
R=47.13%
G=24.17%
B=28.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.39
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156809500.490.390.39348.1632.246.27
Hex9C505F031272715c202e
Octal23412013706147475344056
Binary10011100101000010111110110001100111100111101011100100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C505F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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