Html Css Color HEX #9D505B Vin Rouge

📋 copy color: '#9D505B'

red 157 ◦ green 80 ◦ blue 91

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

Shades of Vin Rouge #9D505B

Tints of Vin Rouge #9D505B

RGB

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

 GREEN value IS 80 (31.64% from 255) = 24.39%

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

R = 47.87%
G = 24.39%
B = 27.74%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.42

 K value IS 0.38

RGB Variations

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

Color information

#9D505B (or 0x9D505B) is known color: Vin Rouge. HEX triplet: 9D, 50 and 5B. RGB value is (157,80,91). Sum of RGB (Red+Green+Blue) = 157+80+91=328 (43% of max value = 765). Red value is 157 (61.72% from 255 or 47.87% from 328); Green value is 80 (31.64% from 255 or 24.39% from 328); Blue value is 91 (35.94% from 255 or 27.74% from 328); Max value from RGB is 157 - color contains mainly: red. Hex color #9D505B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D505B is #62AFA4. Grayscale: #686868. Windows color (decimal): -6467493 or 5984413. OLE color: 5984413.

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

Color convert

RGB 157 80 91 -
CMYK 0 0.49 0.42 0.38
HSL 351.43º 0.32% 0.46% -
HSV(B) 351.43º 0.49% 0.62% -
XYZ 18.66 13.66 11.55 -
YUV 104.28 120.51 165.61 -
System Red Green Blue C M Y K H S L
Decimal 157 80 91 0 0.49 0.42 0.38 351.43 0.32 0.46
Hex 9D 50 5B 0 31 2A 26 15F 20 2E
Octal 235 120 133 0 61 52 46 537 40 56
Binary 10011101 1010000 1011011 0 110001 101010 100110 101011111 100000 101110

Color Harmonies of #9D505B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D505B

Black with #9D505B

Text Example


Text Example

White with #9D505B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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