Html Css Color HEX #9D506F Vin Rouge

📋 copy color: '#9D506F'

red 157 ◦ green 80 ◦ blue 111

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

Shades of Vin Rouge #9D506F

Tints of Vin Rouge #9D506F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 31.9%

R = 45.11%
G = 22.99%
B = 31.9%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.29

 K value IS 0.38

RGB Variations

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

Color information

#9D506F (or 0x9D506F) is known color: Vin Rouge. HEX triplet: 9D, 50 and 6F. RGB value is (157,80,111). Sum of RGB (Red+Green+Blue) = 157+80+111=348 (46% of max value = 765). Red value is 157 (61.72% from 255 or 45.11% from 348); Green value is 80 (31.64% from 255 or 22.99% from 348); Blue value is 111 (43.75% from 255 or 31.90% from 348); Max value from RGB is 157 - color contains mainly: red. Hex color #9D506F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D506F is #62AF90. Grayscale: #6A6A6A. Windows color (decimal): -6467473 or 7295133. OLE color: 7295133.

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

Color convert

RGB 157 80 111 -
CMYK 0 0.49 0.29 0.38
HSL 335.84º 0.32% 0.46% -
HSV(B) 335.84º 0.49% 0.62% -
XYZ 19.64 14.05 16.72 -
YUV 106.56 130.51 163.98 -
System Red Green Blue C M Y K H S L
Decimal 157 80 111 0 0.49 0.29 0.38 335.84 0.32 0.46
Hex 9D 50 6F 0 31 1D 26 150 20 2E
Octal 235 120 157 0 61 35 46 520 40 56
Binary 10011101 1010000 1101111 0 110001 11101 100110 101010000 100000 101110

Color Harmonies of #9D506F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D506F

Black with #9D506F

Text Example


Text Example

White with #9D506F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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