#9C525D

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

Shades of Vin Rouge #9C525D

Tints of Vin Rouge #9C525D

Color information

#9C525D (or 0x9C525D) is unknown color: approx Vin Rouge. HEX triplet: 9C, 52 and 5D. RGB value is (156,82,93). Sum of RGB (Red+Green+Blue) = 156+82+93=331 (43% of max value = 765). Red value is 156 (61.33% from 255 or 47.13% from 331); Green value is 82 (32.42% from 255 or 24.77% from 331); Blue value is 93 (36.72% from 255 or 28.10% from 331); Max value from RGB is 156 - color contains mainly: red. Hex color #9C525D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C525D is #63ADA2. Grayscale: #696969. Windows color (decimal): -6532515 or 6115996. OLE color: 6115996.

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

Color convert

RGB1568293-
CMYK00.470.400.39
HSL351.08º31.09%46.67%-
HSV(B)351.08º47.44%61.18%-
XYZ18.713.8912.05-
YUV105.38121.02164.11-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 47.13%
GREEN value IS 82 (32.42% from 255) = 24.77%
BLUE value IS 93 (36.72% from 255) = 28.10%
R=47.13%
G=24.77%
B=28.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.40
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156829300.470.400.39351.0831.0946.67
Hex9C525D02F282715f1f2f
Octal23412213505750475373757
Binary1001110010100101011101010111110100010011110101111111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C525D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,82,93); }

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

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

 a { background-color: rgb(156,82,93); }

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

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

 span { border-color: rgb(156,82,93); }

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