Html Css Color HEX #9D5562 Vin Rouge

📋 copy color: '#9D5562'

red 157 ◦ green 85 ◦ blue 98

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

Shades of Vin Rouge #9D5562

Tints of Vin Rouge #9D5562

RGB

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

 GREEN value IS 85 (33.59% from 255) = 25%

 BLUE value IS 98 (38.67% from 255) = 28.82%

R = 46.18%
G = 25%
B = 28.82%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.38

 K value IS 0.38

RGB Variations

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

Color information

#9D5562 (or 0x9D5562) is known color: Vin Rouge. HEX triplet: 9D, 55 and 62. RGB value is (157,85,98). Sum of RGB (Red+Green+Blue) = 157+85+98=340 (45% of max value = 765). Red value is 157 (61.72% from 255 or 46.18% from 340); Green value is 85 (33.59% from 255 or 25% from 340); Blue value is 98 (38.67% from 255 or 28.82% from 340); Max value from RGB is 157 - color contains mainly: red. Hex color #9D5562 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D5562 is #62AA9D. Grayscale: #6C6C6C. Windows color (decimal): -6466206 or 6444445. OLE color: 6444445.

HSL color Cylindrical-coordinate representation of color #9D5562: hue angle of 349.17º degrees, saturation: 0.3, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9D5562 is Cyan = 0, Magento = 0.46, Yellow = 0.38 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 85 98 -
CMYK 0 0.46 0.38 0.38
HSL 349.17º 0.3% 0.47% -
HSV(B) 349.17º 0.46% 0.62% -
XYZ 19.36 14.55 13.34 -
YUV 108.01 122.35 162.94 -
System Red Green Blue C M Y K H S L
Decimal 157 85 98 0 0.46 0.38 0.38 349.17 0.3 0.47
Hex 9D 55 62 0 2E 26 26 15D 1E 2F
Octal 235 125 142 0 56 46 46 535 36 57
Binary 10011101 1010101 1100010 0 101110 100110 100110 101011101 11110 101111

Color Harmonies of #9D5562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D5562

Black with #9D5562

Text Example


Text Example

White with #9D5562

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,85,98); }

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

background-color css

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

 a { background-color: rgb(157,85,98); }

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

border-color css

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

 span { border-color: rgb(157,85,98); }

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