#9D5274

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

Shades of Vin Rouge #9D5274

Tints of Vin Rouge #9D5274

Color information

#9D5274 (or 0x9D5274) is unknown color: approx Vin Rouge. HEX triplet: 9D, 52 and 74. RGB value is (157,82,116). Sum of RGB (Red+Green+Blue) = 157+82+116=355 (47% of max value = 765). Red value is 157 (61.72% from 255 or 44.23% from 355); Green value is 82 (32.42% from 255 or 23.10% from 355); Blue value is 116 (45.70% from 255 or 32.68% from 355); Max value from RGB is 157 - color contains mainly: red. Hex color #9D5274 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D5274 is #62AD8B. Grayscale: #6C6C6C. Windows color (decimal): -6466956 or 7623325. OLE color: 7623325.

HSL color Cylindrical-coordinate representation of color #9D5274: hue angle of 332.8º 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 #9D5274 is Cyan = 0, Magento = 0.48, Yellow = 0.26 and Black (K on CMYK) = 0.38.

Color convert

RGB15782116-
CMYK00.480.260.38
HSL332.8º31.38%46.86%-
HSV(B)332.8º47.77%61.57%-
XYZ20.0714.4618.26-
YUV108.3132.35162.74-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 44.23%
GREEN value IS 82 (32.42% from 255) = 23.10%
BLUE value IS 116 (45.70% from 255) = 32.68%
R=44.23%
G=23.10%
B=32.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.26
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1578211600.480.260.38332.831.3846.86
Hex9D52740301A2614d1f2f
Octal23512216406032465153757
Binary100111011010010111010001100001101010011010100110111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D5274

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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