Html Css Color HEX #9D515B Vin Rouge

📋 copy color: '#9D515B'

red 157 ◦ green 81 ◦ blue 91

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

Shades of Vin Rouge #9D515B

Tints of Vin Rouge #9D515B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 27.66%

R = 47.72%
G = 24.62%
B = 27.66%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.42

 K value IS 0.38

RGB Variations

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

Color information

#9D515B (or 0x9D515B) is known color: Vin Rouge. HEX triplet: 9D, 51 and 5B. RGB value is (157,81,91). Sum of RGB (Red+Green+Blue) = 157+81+91=329 (43% of max value = 765). Red value is 157 (61.72% from 255 or 47.72% from 329); Green value is 81 (32.03% from 255 or 24.62% from 329); Blue value is 91 (35.94% from 255 or 27.66% from 329); Max value from RGB is 157 - color contains mainly: red. Hex color #9D515B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D515B is #62AEA4. Grayscale: #686868. Windows color (decimal): -6467237 or 5984669. OLE color: 5984669.

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

Color convert

RGB 157 81 91 -
CMYK 0 0.48 0.42 0.38
HSL 352.11º 0.32% 0.47% -
HSV(B) 352.11º 0.48% 0.62% -
XYZ 18.74 13.81 11.58 -
YUV 104.86 120.18 165.19 -
System Red Green Blue C M Y K H S L
Decimal 157 81 91 0 0.48 0.42 0.38 352.11 0.32 0.47
Hex 9D 51 5B 0 30 2A 26 160 20 2F
Octal 235 121 133 0 60 52 46 540 40 57
Binary 10011101 1010001 1011011 0 110000 101010 100110 101100000 100000 101111

Color Harmonies of #9D515B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D515B

Black with #9D515B

Text Example


Text Example

White with #9D515B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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