Html Css Color HEX #9D516E Vin Rouge

📋 copy color: '#9D516E'

red 157 ◦ green 81 ◦ blue 110

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

Shades of Vin Rouge #9D516E

Tints of Vin Rouge #9D516E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 31.61%

R = 45.11%
G = 23.28%
B = 31.61%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.30

 K value IS 0.38

RGB Variations

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

Color information

#9D516E (or 0x9D516E) is known color: Vin Rouge. HEX triplet: 9D, 51 and 6E. RGB value is (157,81,110). Sum of RGB (Red+Green+Blue) = 157+81+110=348 (46% of max value = 765). Red value is 157 (61.72% from 255 or 45.11% from 348); Green value is 81 (32.03% from 255 or 23.28% from 348); Blue value is 110 (43.36% from 255 or 31.61% from 348); Max value from RGB is 157 - color contains mainly: red. Hex color #9D516E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D516E is #62AE91. Grayscale: #6A6A6A. Windows color (decimal): -6467218 or 7229853. OLE color: 7229853.

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

Color convert

RGB 157 81 110 -
CMYK 0 0.48 0.30 0.38
HSL 337.11º 0.32% 0.47% -
HSV(B) 337.11º 0.48% 0.62% -
XYZ 19.66 14.18 16.45 -
YUV 107.03 129.68 163.64 -
System Red Green Blue C M Y K H S L
Decimal 157 81 110 0 0.48 0.30 0.38 337.11 0.32 0.47
Hex 9D 51 6E 0 30 1E 26 151 20 2F
Octal 235 121 156 0 60 36 46 521 40 57
Binary 10011101 1010001 1101110 0 110000 11110 100110 101010001 100000 101111

Color Harmonies of #9D516E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D516E

Black with #9D516E

Text Example


Text Example

White with #9D516E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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