#9F5371

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

Shades of Vin Rouge #9F5371

Tints of Vin Rouge #9F5371

Color information

#9F5371 (or 0x9F5371) is unknown color: approx Vin Rouge. HEX triplet: 9F, 53 and 71. RGB value is (159,83,113). Sum of RGB (Red+Green+Blue) = 159+83+113=355 (47% of max value = 765). Red value is 159 (62.5% from 255 or 44.79% from 355); Green value is 83 (32.81% from 255 or 23.38% from 355); Blue value is 113 (44.53% from 255 or 31.83% from 355); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5371 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F5371 is #60AC8E. Grayscale: #6D6D6D. Windows color (decimal): -6335631 or 7426975. OLE color: 7426975.

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

Color convert

RGB15983113-
CMYK00.480.290.38
HSL336.32º31.4%47.45%-
HSV(B)336.32º47.8%62.35%-
XYZ20.3714.7517.4-
YUV109.14130.18163.56-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 44.79%
GREEN value IS 83 (32.81% from 255) = 23.38%
BLUE value IS 113 (44.53% from 255) = 31.83%
R=44.79%
G=23.38%
B=31.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.29
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1598311300.480.290.38336.3231.447.45
Hex9F53710301D261501f2f
Octal23712316106035465203757
Binary100111111010011111000101100001110110011010101000011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F5371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,83,113); }

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

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

 a { background-color: rgb(159,83,113); }

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

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

 span { border-color: rgb(159,83,113); }

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