Html Css Color HEX #9D506B Vin Rouge

📋 copy color: '#9D506B'

red 157 ◦ green 80 ◦ blue 107

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

Shades of Vin Rouge #9D506B

Tints of Vin Rouge #9D506B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 31.1%

R = 45.64%
G = 23.26%
B = 31.1%

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

#9D506B (or 0x9D506B) is known color: Vin Rouge. HEX triplet: 9D, 50 and 6B. RGB value is (157,80,107). Sum of RGB (Red+Green+Blue) = 157+80+107=344 (45% of max value = 765). Red value is 157 (61.72% from 255 or 45.64% from 344); Green value is 80 (31.64% from 255 or 23.26% from 344); Blue value is 107 (42.19% from 255 or 31.10% from 344); Max value from RGB is 157 - color contains mainly: red. Hex color #9D506B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D506B is #62AF94. Grayscale: #6A6A6A. Windows color (decimal): -6467477 or 7032989. OLE color: 7032989.

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

Color convert

RGB 157 80 107 -
CMYK 0 0.49 0.32 0.38
HSL 338.96º 0.32% 0.46% -
HSV(B) 338.96º 0.49% 0.62% -
XYZ 19.43 13.97 15.58 -
YUV 106.1 128.51 164.3 -
System Red Green Blue C M Y K H S L
Decimal 157 80 107 0 0.49 0.32 0.38 338.96 0.32 0.46
Hex 9D 50 6B 0 31 20 26 153 20 2E
Octal 235 120 153 0 61 40 46 523 40 56
Binary 10011101 1010000 1101011 0 110001 100000 100110 101010011 100000 101110

Color Harmonies of #9D506B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D506B

Black with #9D506B

Text Example


Text Example

White with #9D506B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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