#9F536D

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

Shades of Vin Rouge #9F536D

Tints of Vin Rouge #9F536D

Color information

#9F536D (or 0x9F536D) is unknown color: approx Vin Rouge. HEX triplet: 9F, 53 and 6D. RGB value is (159,83,109). Sum of RGB (Red+Green+Blue) = 159+83+109=351 (46% of max value = 765). Red value is 159 (62.5% from 255 or 45.30% from 351); Green value is 83 (32.81% from 255 or 23.65% from 351); Blue value is 109 (42.97% from 255 or 31.05% from 351); Max value from RGB is 159 - color contains mainly: red. Hex color #9F536D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F536D is #60AC92. Grayscale: #6C6C6C. Windows color (decimal): -6335635 or 7164831. OLE color: 7164831.

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

Color convert

RGB15983109-
CMYK00.480.310.38
HSL339.47º31.4%47.45%-
HSV(B)339.47º47.8%62.35%-
XYZ20.1514.6616.24-
YUV108.69128.18163.89-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 45.30%
GREEN value IS 83 (32.81% from 255) = 23.65%
BLUE value IS 109 (42.97% from 255) = 31.05%
R=45.30%
G=23.65%
B=31.05%

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
Decimal1598310900.480.310.38339.4731.447.45
Hex9F536D0301F261531f2f
Octal23712315506037465233757
Binary100111111010011110110101100001111110011010101001111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F536D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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