Html Css Color HEX #9D5160 Vin Rouge

📋 copy color: '#9D5160'

red 157 ◦ green 81 ◦ blue 96

#9D5160
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Vin Rouge #9D5160

Tints of Vin Rouge #9D5160

RGB

 RED value IS 157 (61.72% from 255) = 47.01%

 GREEN value IS 81 (32.03% from 255) = 24.25%

 BLUE value IS 96 (37.89% from 255) = 28.74%

R = 47.01%
G = 24.25%
B = 28.74%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.39

 K value IS 0.38

RGB Variations

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

Color information

#9D5160 (or 0x9D5160) is known color: Vin Rouge. HEX triplet: 9D, 51 and 60. RGB value is (157,81,96). Sum of RGB (Red+Green+Blue) = 157+81+96=334 (44% of max value = 765). Red value is 157 (61.72% from 255 or 47.01% from 334); Green value is 81 (32.03% from 255 or 24.25% from 334); Blue value is 96 (37.89% from 255 or 28.74% from 334); Max value from RGB is 157 - color contains mainly: red. Hex color #9D5160 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D5160 is #62AE9F. Grayscale: #696969. Windows color (decimal): -6467232 or 6312349. OLE color: 6312349.

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

Color convert

RGB 157 81 96 -
CMYK 0 0.48 0.39 0.38
HSL 348.16º 0.32% 0.47% -
HSV(B) 348.16º 0.48% 0.62% -
XYZ 18.96 13.9 12.75 -
YUV 105.43 122.68 164.78 -
System Red Green Blue C M Y K H S L
Decimal 157 81 96 0 0.48 0.39 0.38 348.16 0.32 0.47
Hex 9D 51 60 0 30 27 26 15C 20 2F
Octal 235 121 140 0 60 47 46 534 40 57
Binary 10011101 1010001 1100000 0 110000 100111 100110 101011100 100000 101111

Color Harmonies of #9D5160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D5160

Black with #9D5160

Text Example


Text Example

White with #9D5160

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,81,96); }

 H1.HeaderClassName
 {
   color: #9D5160;
 }
 .AnyTagClassName
 {
   color: #9D5160;
 }
</style>

background-color css

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

 a { background-color: rgb(157,81,96); }

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

border-color css

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

 span { border-color: rgb(157,81,96); }

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