Html Css Color HEX #9D5668 Vin Rouge

📋 copy color: '#9D5668'

red 157 ◦ green 86 ◦ blue 104

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

Shades of Vin Rouge #9D5668

Tints of Vin Rouge #9D5668

RGB

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

 GREEN value IS 86 (33.98% from 255) = 24.78%

 BLUE value IS 104 (41.02% from 255) = 29.97%

R = 45.24%
G = 24.78%
B = 29.97%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.34

 K value IS 0.38

RGB Variations

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

Color information

#9D5668 (or 0x9D5668) is known color: Vin Rouge. HEX triplet: 9D, 56 and 68. RGB value is (157,86,104). Sum of RGB (Red+Green+Blue) = 157+86+104=347 (45% of max value = 765). Red value is 157 (61.72% from 255 or 45.24% from 347); Green value is 86 (33.98% from 255 or 24.78% from 347); Blue value is 104 (41.02% from 255 or 29.97% from 347); Max value from RGB is 157 - color contains mainly: red. Hex color #9D5668 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D5668 is #62A997. Grayscale: #6D6D6D. Windows color (decimal): -6465944 or 6837917. OLE color: 6837917.

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

Color convert

RGB 157 86 104 -
CMYK 0 0.45 0.34 0.38
HSL 344.79º 0.29% 0.48% -
HSV(B) 344.79º 0.45% 0.62% -
XYZ 19.73 14.82 14.92 -
YUV 109.28 125.02 162.04 -
System Red Green Blue C M Y K H S L
Decimal 157 86 104 0 0.45 0.34 0.38 344.79 0.29 0.48
Hex 9D 56 68 0 2D 22 26 159 1D 30
Octal 235 126 150 0 55 42 46 531 35 60
Binary 10011101 1010110 1101000 0 101101 100010 100110 101011001 11101 110000

Color Harmonies of #9D5668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D5668

Black with #9D5668

Text Example


Text Example

White with #9D5668

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,86,104); }

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

background-color css

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

 a { background-color: rgb(157,86,104); }

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

border-color css

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

 span { border-color: rgb(157,86,104); }

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