#9F5373

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

Shades of Vin Rouge #9F5373

Tints of Vin Rouge #9F5373

Color information

#9F5373 (or 0x9F5373) is unknown color: approx Vin Rouge. HEX triplet: 9F, 53 and 73. RGB value is (159,83,115). Sum of RGB (Red+Green+Blue) = 159+83+115=357 (47% of max value = 765). Red value is 159 (62.5% from 255 or 44.54% from 357); Green value is 83 (32.81% from 255 or 23.25% from 357); Blue value is 115 (45.31% from 255 or 32.21% from 357); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5373 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F5373 is #60AC8C. Grayscale: #6D6D6D. Windows color (decimal): -6335629 or 7558047. OLE color: 7558047.

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

Color convert

RGB15983115-
CMYK00.480.280.38
HSL334.74º31.4%47.45%-
HSV(B)334.74º47.8%62.35%-
XYZ20.4914.818-
YUV109.37131.18163.4-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 44.54%
GREEN value IS 83 (32.81% from 255) = 23.25%
BLUE value IS 115 (45.31% from 255) = 32.21%
R=44.54%
G=23.25%
B=32.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.28
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1598311500.480.280.38334.7431.447.45
Hex9F53730301C2614f1f2f
Octal23712316306034465173757
Binary100111111010011111001101100001110010011010100111111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F5373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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