#9D526C

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

Shades of Vin Rouge #9D526C

Tints of Vin Rouge #9D526C

Color information

#9D526C (or 0x9D526C) is unknown color: approx Vin Rouge. HEX triplet: 9D, 52 and 6C. RGB value is (157,82,108). Sum of RGB (Red+Green+Blue) = 157+82+108=347 (45% of max value = 765). Red value is 157 (61.72% from 255 or 45.24% from 347); Green value is 82 (32.42% from 255 or 23.63% from 347); Blue value is 108 (42.58% from 255 or 31.12% from 347); Max value from RGB is 157 - color contains mainly: red. Hex color #9D526C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D526C is #62AD93. Grayscale: #6B6B6B. Windows color (decimal): -6466964 or 7099037. OLE color: 7099037.

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

Color convert

RGB15782108-
CMYK00.480.310.38
HSL339.2º31.38%46.86%-
HSV(B)339.2º47.77%61.57%-
XYZ19.6314.2915.91-
YUV107.39128.35163.39-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 45.24%
GREEN value IS 82 (32.42% from 255) = 23.63%
BLUE value IS 108 (42.58% from 255) = 31.12%
R=45.24%
G=23.63%
B=31.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.31
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1578210800.480.310.38339.231.3846.86
Hex9D526C0301F261531f2f
Octal23512215406037465233757
Binary100111011010010110110001100001111110011010101001111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D526C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,82,108); }

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

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

 a { background-color: rgb(157,82,108); }

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

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

 span { border-color: rgb(157,82,108); }

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