#9D5C67

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

Shades of Vin Rouge #9D5C67

Tints of Vin Rouge #9D5C67

Color information

#9D5C67 (or 0x9D5C67) is unknown color: approx Vin Rouge. HEX triplet: 9D, 5C and 67. RGB value is (157,92,103). Sum of RGB (Red+Green+Blue) = 157+92+103=352 (46% of max value = 765). Red value is 157 (61.72% from 255 or 44.60% from 352); Green value is 92 (36.33% from 255 or 26.14% from 352); Blue value is 103 (40.62% from 255 or 29.26% from 352); Max value from RGB is 157 - color contains mainly: red. Hex color #9D5C67 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D5C67 is #62A398. Grayscale: #707070. Windows color (decimal): -6464409 or 6773917. OLE color: 6773917.

HSL color Cylindrical-coordinate representation of color #9D5C67: hue angle of 349.85º degrees, saturation: 0.26, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9D5C67 is Cyan = 0, Magento = 0.41, Yellow = 0.34 and Black (K on CMYK) = 0.38.

Color convert

RGB15792103-
CMYK00.410.340.38
HSL349.85º26.1%48.82%-
HSV(B)349.85º41.4%61.57%-
XYZ20.1815.814.82-
YUV112.69122.53159.61-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 44.60%
GREEN value IS 92 (36.33% from 255) = 26.14%
BLUE value IS 103 (40.62% from 255) = 29.26%
R=44.60%
G=26.14%
B=29.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.34
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1579210300.410.340.38349.8526.148.82
Hex9D5C67029222615e1a31
Octal23513414705142465363261
Binary1001110110111001100111010100110001010011010101111011010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D5C67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,92,103); }

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

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

 a { background-color: rgb(157,92,103); }

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

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

 span { border-color: rgb(157,92,103); }

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