#9D5369

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

Shades of Vin Rouge #9D5369

Tints of Vin Rouge #9D5369

Color information

#9D5369 (or 0x9D5369) is unknown color: approx Vin Rouge. HEX triplet: 9D, 53 and 69. RGB value is (157,83,105). Sum of RGB (Red+Green+Blue) = 157+83+105=345 (45% of max value = 765). Red value is 157 (61.72% from 255 or 45.51% from 345); Green value is 83 (32.81% from 255 or 24.06% from 345); Blue value is 105 (41.41% from 255 or 30.43% from 345); Max value from RGB is 157 - color contains mainly: red. Hex color #9D5369 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D5369 is #62AC96. Grayscale: #6B6B6B. Windows color (decimal): -6466711 or 6902685. OLE color: 6902685.

HSL color Cylindrical-coordinate representation of color #9D5369: hue angle of 342.16º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9D5369 is Cyan = 0, Magento = 0.47, Yellow = 0.33 and Black (K on CMYK) = 0.38.

Color convert

RGB15783105-
CMYK00.470.330.38
HSL342.16º30.83%47.06%-
HSV(B)342.16º47.13%61.57%-
XYZ19.5514.3715.11-
YUV107.63126.52163.21-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 45.51%
GREEN value IS 83 (32.81% from 255) = 24.06%
BLUE value IS 105 (41.41% from 255) = 30.43%
R=45.51%
G=24.06%
B=30.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.33
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1578310500.470.330.38342.1630.8347.06
Hex9D536902F21261561f2f
Octal23512315105741465263757
Binary1001110110100111101001010111110000110011010101011011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D5369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,83,105); }

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

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

 a { background-color: rgb(157,83,105); }

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

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

 span { border-color: rgb(157,83,105); }

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