#9D5362

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

Shades of Vin Rouge #9D5362

Tints of Vin Rouge #9D5362

Color information

#9D5362 (or 0x9D5362) is unknown color: approx Vin Rouge. HEX triplet: 9D, 53 and 62. RGB value is (157,83,98). Sum of RGB (Red+Green+Blue) = 157+83+98=338 (44% of max value = 765). Red value is 157 (61.72% from 255 or 46.45% from 338); Green value is 83 (32.81% from 255 or 24.56% from 338); Blue value is 98 (38.67% from 255 or 28.99% from 338); Max value from RGB is 157 - color contains mainly: red. Hex color #9D5362 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D5362 is #62AC9D. Grayscale: #6A6A6A. Windows color (decimal): -6466718 or 6443933. OLE color: 6443933.

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

Color convert

RGB1578398-
CMYK00.470.380.38
HSL347.84º30.83%47.06%-
HSV(B)347.84º47.13%61.57%-
XYZ19.214.2413.29-
YUV106.84123.02163.78-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 46.45%
GREEN value IS 83 (32.81% from 255) = 24.56%
BLUE value IS 98 (38.67% from 255) = 28.99%
R=46.45%
G=24.56%
B=28.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.38
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157839800.470.380.38347.8430.8347.06
Hex9D536202F262615c1f2f
Octal23512314205746465343757
Binary1001110110100111100010010111110011010011010101110011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D5362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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