#9D5A5B

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

Shades of Vin Rouge #9D5A5B

Tints of Vin Rouge #9D5A5B

Color information

#9D5A5B (or 0x9D5A5B) is unknown color: approx Vin Rouge. HEX triplet: 9D, 5A and 5B. RGB value is (157,90,91). Sum of RGB (Red+Green+Blue) = 157+90+91=338 (44% of max value = 765). Red value is 157 (61.72% from 255 or 46.45% from 338); Green value is 90 (35.55% from 255 or 26.63% from 338); Blue value is 91 (35.94% from 255 or 26.92% from 338); Max value from RGB is 157 - color contains mainly: red. Hex color #9D5A5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D5A5B is #62A5A4. Grayscale: #6E6E6E. Windows color (decimal): -6464933 or 5986973. OLE color: 5986973.

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

Color convert

RGB1579091-
CMYK00.430.420.38
HSL359.1º27.13%48.43%-
HSV(B)359.1º42.68%61.57%-
XYZ19.4515.2411.81-
YUV110.15117.2161.42-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 46.45%
GREEN value IS 90 (35.55% from 255) = 26.63%
BLUE value IS 91 (35.94% from 255) = 26.92%
R=46.45%
G=26.63%
B=26.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.42
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157909100.430.420.38359.127.1348.43
Hex9D5A5B02B2A261671b30
Octal23513213305352465473360
Binary1001110110110101011011010101110101010011010110011111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D5A5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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