Html Css Color HEX #9D506C Vin Rouge

📋 copy color: '#9D506C'

red 157 ◦ green 80 ◦ blue 108

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

Shades of Vin Rouge #9D506C

Tints of Vin Rouge #9D506C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 31.3%

R = 45.51%
G = 23.19%
B = 31.3%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.31

 K value IS 0.38

RGB Variations

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

Color information

#9D506C (or 0x9D506C) is known color: Vin Rouge. HEX triplet: 9D, 50 and 6C. RGB value is (157,80,108). Sum of RGB (Red+Green+Blue) = 157+80+108=345 (45% of max value = 765). Red value is 157 (61.72% from 255 or 45.51% from 345); Green value is 80 (31.64% from 255 or 23.19% from 345); Blue value is 108 (42.58% from 255 or 31.30% from 345); Max value from RGB is 157 - color contains mainly: red. Hex color #9D506C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D506C is #62AF93. Grayscale: #6A6A6A. Windows color (decimal): -6467476 or 7098525. OLE color: 7098525.

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

Color convert

RGB 157 80 108 -
CMYK 0 0.49 0.31 0.38
HSL 338.18º 0.32% 0.46% -
HSV(B) 338.18º 0.49% 0.62% -
XYZ 19.48 13.99 15.86 -
YUV 106.22 129.01 164.22 -
System Red Green Blue C M Y K H S L
Decimal 157 80 108 0 0.49 0.31 0.38 338.18 0.32 0.46
Hex 9D 50 6C 0 31 1F 26 152 20 2E
Octal 235 120 154 0 61 37 46 522 40 56
Binary 10011101 1010000 1101100 0 110001 11111 100110 101010010 100000 101110

Color Harmonies of #9D506C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D506C

Black with #9D506C

Text Example


Text Example

White with #9D506C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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