Html Css Color HEX #9D556F Vin Rouge

📋 copy color: '#9D556F'

red 157 ◦ green 85 ◦ blue 111

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

Shades of Vin Rouge #9D556F

Tints of Vin Rouge #9D556F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 31.44%

R = 44.48%
G = 24.08%
B = 31.44%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.29

 K value IS 0.38

RGB Variations

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

Color information

#9D556F (or 0x9D556F) is known color: Vin Rouge. HEX triplet: 9D, 55 and 6F. RGB value is (157,85,111). Sum of RGB (Red+Green+Blue) = 157+85+111=353 (46% of max value = 765). Red value is 157 (61.72% from 255 or 44.48% from 353); Green value is 85 (33.59% from 255 or 24.08% from 353); Blue value is 111 (43.75% from 255 or 31.44% from 353); Max value from RGB is 157 - color contains mainly: red. Hex color #9D556F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D556F is #62AA90. Grayscale: #6D6D6D. Windows color (decimal): -6466193 or 7296413. OLE color: 7296413.

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

Color convert

RGB 157 85 111 -
CMYK 0 0.46 0.29 0.38
HSL 338.33º 0.3% 0.47% -
HSV(B) 338.33º 0.46% 0.62% -
XYZ 20.02 14.81 16.84 -
YUV 109.49 128.85 161.89 -
System Red Green Blue C M Y K H S L
Decimal 157 85 111 0 0.46 0.29 0.38 338.33 0.3 0.47
Hex 9D 55 6F 0 2E 1D 26 152 1E 2F
Octal 235 125 157 0 56 35 46 522 36 57
Binary 10011101 1010101 1101111 0 101110 11101 100110 101010010 11110 101111

Color Harmonies of #9D556F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D556F

Black with #9D556F

Text Example


Text Example

White with #9D556F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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