#9D595F

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

Shades of Vin Rouge #9D595F

Tints of Vin Rouge #9D595F

Color information

#9D595F (or 0x9D595F) is unknown color: approx Vin Rouge. HEX triplet: 9D, 59 and 5F. RGB value is (157,89,95). Sum of RGB (Red+Green+Blue) = 157+89+95=341 (45% of max value = 765). Red value is 157 (61.72% from 255 or 46.04% from 341); Green value is 89 (35.16% from 255 or 26.10% from 341); Blue value is 95 (37.5% from 255 or 27.86% from 341); Max value from RGB is 157 - color contains mainly: red. Hex color #9D595F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D595F is #62A6A0. Grayscale: #6E6E6E. Windows color (decimal): -6465185 or 6248861. OLE color: 6248861.

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

Color convert

RGB1578995-
CMYK00.430.390.38
HSL354.71º27.64%48.24%-
HSV(B)354.71º43.31%61.57%-
XYZ19.5415.1412.72-
YUV110.02119.53161.51-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 46.04%
GREEN value IS 89 (35.16% from 255) = 26.10%
BLUE value IS 95 (37.5% from 255) = 27.86%
R=46.04%
G=26.10%
B=27.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.39
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157899500.430.390.38354.7127.6448.24
Hex9D595F02B27261631c30
Octal23513113705347465433460
Binary1001110110110011011111010101110011110011010110001111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D595F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,89,95); }

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

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

 a { background-color: rgb(157,89,95); }

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

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

 span { border-color: rgb(157,89,95); }

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