Html Css Color HEX #9D576A Vin Rouge

📋 copy color: '#9D576A'

red 157 ◦ green 87 ◦ blue 106

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

Shades of Vin Rouge #9D576A

Tints of Vin Rouge #9D576A

RGB

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

 GREEN value IS 87 (34.38% from 255) = 24.86%

 BLUE value IS 106 (41.8% from 255) = 30.29%

R = 44.86%
G = 24.86%
B = 30.29%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.32

 K value IS 0.38

RGB Variations

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

Color information

#9D576A (or 0x9D576A) is known color: Vin Rouge. HEX triplet: 9D, 57 and 6A. RGB value is (157,87,106). Sum of RGB (Red+Green+Blue) = 157+87+106=350 (46% of max value = 765). Red value is 157 (61.72% from 255 or 44.86% from 350); Green value is 87 (34.38% from 255 or 24.86% from 350); Blue value is 106 (41.80% from 255 or 30.29% from 350); Max value from RGB is 157 - color contains mainly: red. Hex color #9D576A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D576A is #62A895. Grayscale: #6E6E6E. Windows color (decimal): -6465686 or 6969245. OLE color: 6969245.

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

Color convert

RGB 157 87 106 -
CMYK 0 0.45 0.32 0.38
HSL 343.71º 0.29% 0.48% -
HSV(B) 343.71º 0.45% 0.62% -
XYZ 19.91 15.03 15.49 -
YUV 110.1 125.69 161.46 -
System Red Green Blue C M Y K H S L
Decimal 157 87 106 0 0.45 0.32 0.38 343.71 0.29 0.48
Hex 9D 57 6A 0 2D 20 26 158 1D 30
Octal 235 127 152 0 55 40 46 530 35 60
Binary 10011101 1010111 1101010 0 101101 100000 100110 101011000 11101 110000

Color Harmonies of #9D576A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D576A

Black with #9D576A

Text Example


Text Example

White with #9D576A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,87,106); }

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

background-color css

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

 a { background-color: rgb(157,87,106); }

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

border-color css

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

 span { border-color: rgb(157,87,106); }

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