Html Css Color HEX #9D5B68 Vin Rouge

📋 copy color: '#9D5B68'

red 157 ◦ green 91 ◦ blue 104

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

Shades of Vin Rouge #9D5B68

Tints of Vin Rouge #9D5B68

RGB

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

 GREEN value IS 91 (35.94% from 255) = 25.85%

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

R = 44.6%
G = 25.85%
B = 29.55%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.34

 K value IS 0.38

RGB Variations

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

Color information

#9D5B68 (or 0x9D5B68) is known color: Vin Rouge. HEX triplet: 9D, 5B and 68. RGB value is (157,91,104). Sum of RGB (Red+Green+Blue) = 157+91+104=352 (46% of max value = 765). Red value is 157 (61.72% from 255 or 44.60% from 352); Green value is 91 (35.94% from 255 or 25.85% from 352); Blue value is 104 (41.02% from 255 or 29.55% from 352); Max value from RGB is 157 - color contains mainly: red. Hex color #9D5B68 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D5B68 is #62A497. Grayscale: #707070. Windows color (decimal): -6464664 or 6839197. OLE color: 6839197.

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

Color convert

RGB 157 91 104 -
CMYK 0 0.42 0.34 0.38
HSL 348.18º 0.27% 0.49% -
HSV(B) 348.18º 0.42% 0.62% -
XYZ 20.14 15.65 15.06 -
YUV 112.22 123.37 159.94 -
System Red Green Blue C M Y K H S L
Decimal 157 91 104 0 0.42 0.34 0.38 348.18 0.27 0.49
Hex 9D 5B 68 0 2A 22 26 15C 1B 31
Octal 235 133 150 0 52 42 46 534 33 61
Binary 10011101 1011011 1101000 0 101010 100010 100110 101011100 11011 110001

Color Harmonies of #9D5B68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D5B68

Black with #9D5B68

Text Example


Text Example

White with #9D5B68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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