#9D5B67

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

Shades of Vin Rouge #9D5B67

Tints of Vin Rouge #9D5B67

Color information

#9D5B67 (or 0x9D5B67) is unknown color: approx Vin Rouge. HEX triplet: 9D, 5B and 67. RGB value is (157,91,103). Sum of RGB (Red+Green+Blue) = 157+91+103=351 (46% of max value = 765). Red value is 157 (61.72% from 255 or 44.73% from 351); Green value is 91 (35.94% from 255 or 25.93% from 351); Blue value is 103 (40.62% from 255 or 29.34% from 351); Max value from RGB is 157 - color contains mainly: red. Hex color #9D5B67 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D5B67 is #62A498. Grayscale: #707070. Windows color (decimal): -6464665 or 6773661. OLE color: 6773661.

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

Color convert

RGB15791103-
CMYK00.420.340.38
HSL349.09º26.61%48.63%-
HSV(B)349.09º42.04%61.57%-
XYZ20.0915.6314.79-
YUV112.1122.87160.02-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 44.73%
GREEN value IS 91 (35.94% from 255) = 25.93%
BLUE value IS 103 (40.62% from 255) = 29.34%
R=44.73%
G=25.93%
B=29.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.34
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1579110300.420.340.38349.0926.6148.63
Hex9D5B6702A222615d1b31
Octal23513314705242465353361
Binary1001110110110111100111010101010001010011010101110111011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D5B67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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