Html Css Color HEX #9D586C Vin Rouge

📋 copy color: '#9D586C'

red 157 ◦ green 88 ◦ blue 108

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

Shades of Vin Rouge #9D586C

Tints of Vin Rouge #9D586C

RGB

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

 GREEN value IS 88 (34.77% from 255) = 24.93%

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

R = 44.48%
G = 24.93%
B = 30.59%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.31

 K value IS 0.38

RGB Variations

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

Color information

#9D586C (or 0x9D586C) is known color: Vin Rouge. HEX triplet: 9D, 58 and 6C. RGB value is (157,88,108). Sum of RGB (Red+Green+Blue) = 157+88+108=353 (46% of max value = 765). Red value is 157 (61.72% from 255 or 44.48% from 353); Green value is 88 (34.77% from 255 or 24.93% from 353); Blue value is 108 (42.58% from 255 or 30.59% from 353); Max value from RGB is 157 - color contains mainly: red. Hex color #9D586C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D586C is #62A793. Grayscale: #6E6E6E. Windows color (decimal): -6465428 or 7100573. OLE color: 7100573.

HSL color Cylindrical-coordinate representation of color #9D586C: hue angle of 342.61º degrees, saturation: 0.28, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9D586C is Cyan = 0, Magento = 0.44, Yellow = 0.31 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 88 108 -
CMYK 0 0.44 0.31 0.38
HSL 342.61º 0.28% 0.48% -
HSV(B) 342.61º 0.44% 0.62% -
XYZ 20.1 15.23 16.07 -
YUV 110.91 126.36 160.87 -
System Red Green Blue C M Y K H S L
Decimal 157 88 108 0 0.44 0.31 0.38 342.61 0.28 0.48
Hex 9D 58 6C 0 2C 1F 26 157 1C 30
Octal 235 130 154 0 54 37 46 527 34 60
Binary 10011101 1011000 1101100 0 101100 11111 100110 101010111 11100 110000

Color Harmonies of #9D586C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D586C

Black with #9D586C

Text Example


Text Example

White with #9D586C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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