Html Css Color HEX #9D506A Vin Rouge

📋 copy color: '#9D506A'

red 157 ◦ green 80 ◦ blue 106

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

Shades of Vin Rouge #9D506A

Tints of Vin Rouge #9D506A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 30.9%

R = 45.77%
G = 23.32%
B = 30.9%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.32

 K value IS 0.38

RGB Variations

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

Color information

#9D506A (or 0x9D506A) is known color: Vin Rouge. HEX triplet: 9D, 50 and 6A. RGB value is (157,80,106). Sum of RGB (Red+Green+Blue) = 157+80+106=343 (45% of max value = 765). Red value is 157 (61.72% from 255 or 45.77% from 343); Green value is 80 (31.64% from 255 or 23.32% from 343); Blue value is 106 (41.80% from 255 or 30.90% from 343); Max value from RGB is 157 - color contains mainly: red. Hex color #9D506A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D506A is #62AF95. Grayscale: #696969. Windows color (decimal): -6467478 or 6967453. OLE color: 6967453.

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

Color convert

RGB 157 80 106 -
CMYK 0 0.49 0.32 0.38
HSL 339.74º 0.32% 0.46% -
HSV(B) 339.74º 0.49% 0.62% -
XYZ 19.37 13.95 15.31 -
YUV 105.99 128.01 164.39 -
System Red Green Blue C M Y K H S L
Decimal 157 80 106 0 0.49 0.32 0.38 339.74 0.32 0.46
Hex 9D 50 6A 0 31 20 26 154 20 2E
Octal 235 120 152 0 61 40 46 524 40 56
Binary 10011101 1010000 1101010 0 110001 100000 100110 101010100 100000 101110

Color Harmonies of #9D506A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D506A

Black with #9D506A

Text Example


Text Example

White with #9D506A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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