Html Css Color HEX #9D505D Vin Rouge

📋 copy color: '#9D505D'

red 157 ◦ green 80 ◦ blue 93

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

Shades of Vin Rouge #9D505D

Tints of Vin Rouge #9D505D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 28.18%

R = 47.58%
G = 24.24%
B = 28.18%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.41

 K value IS 0.38

RGB Variations

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

Color information

#9D505D (or 0x9D505D) is known color: Vin Rouge. HEX triplet: 9D, 50 and 5D. RGB value is (157,80,93). Sum of RGB (Red+Green+Blue) = 157+80+93=330 (43% of max value = 765). Red value is 157 (61.72% from 255 or 47.58% from 330); Green value is 80 (31.64% from 255 or 24.24% from 330); Blue value is 93 (36.72% from 255 or 28.18% from 330); Max value from RGB is 157 - color contains mainly: red. Hex color #9D505D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D505D is #62AFA2. Grayscale: #686868. Windows color (decimal): -6467491 or 6115485. OLE color: 6115485.

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

Color convert

RGB 157 80 93 -
CMYK 0 0.49 0.41 0.38
HSL 349.87º 0.32% 0.46% -
HSV(B) 349.87º 0.49% 0.62% -
XYZ 18.75 13.7 12.01 -
YUV 104.51 121.51 165.44 -
System Red Green Blue C M Y K H S L
Decimal 157 80 93 0 0.49 0.41 0.38 349.87 0.32 0.46
Hex 9D 50 5D 0 31 29 26 15E 20 2E
Octal 235 120 135 0 61 51 46 536 40 56
Binary 10011101 1010000 1011101 0 110001 101001 100110 101011110 100000 101110

Color Harmonies of #9D505D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D505D

Black with #9D505D

Text Example


Text Example

White with #9D505D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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