#9D576B

Color #9D576B Vin Rouge (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vin Rouge #9D576B

Tints of Vin Rouge #9D576B

Color information

#9D576B (or 0x9D576B) is unknown color: approx Vin Rouge. HEX triplet: 9D, 57 and 6B. RGB value is (157,87,107). Sum of RGB (Red+Green+Blue) = 157+87+107=351 (46% of max value = 765). Red value is 157 (61.72% from 255 or 44.73% from 351); Green value is 87 (34.38% from 255 or 24.79% from 351); Blue value is 107 (42.19% from 255 or 30.48% from 351); Max value from RGB is 157 - color contains mainly: red. Hex color #9D576B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D576B is #62A894. Grayscale: #6E6E6E. Windows color (decimal): -6465685 or 7034781. OLE color: 7034781.

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

Color convert

RGB15787107-
CMYK00.450.320.38
HSL342.86º28.69%47.84%-
HSV(B)342.86º44.59%61.57%-
XYZ19.9715.0515.76-
YUV110.21126.19161.37-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 44.73%
GREEN value IS 87 (34.38% from 255) = 24.79%
BLUE value IS 107 (42.19% from 255) = 30.48%
R=44.73%
G=24.79%
B=30.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.32
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1578710700.450.320.38342.8628.6947.84
Hex9D576B02D20261571d30
Octal23512715305540465273560
Binary1001110110101111101011010110110000010011010101011111101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D576B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #9D576B;
 }
 .AnyTagClassName
 {
   color: #9D576B;
 }
</style>
background-color css

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

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

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

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

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

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