#9D525B

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

Shades of Vin Rouge #9D525B

Tints of Vin Rouge #9D525B

Color information

#9D525B (or 0x9D525B) is unknown color: approx Vin Rouge. HEX triplet: 9D, 52 and 5B. RGB value is (157,82,91). Sum of RGB (Red+Green+Blue) = 157+82+91=330 (43% of max value = 765). Red value is 157 (61.72% from 255 or 47.58% from 330); Green value is 82 (32.42% from 255 or 24.85% from 330); Blue value is 91 (35.94% from 255 or 27.58% from 330); Max value from RGB is 157 - color contains mainly: red. Hex color #9D525B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D525B is #62ADA4. Grayscale: #696969. Windows color (decimal): -6466981 or 5984925. OLE color: 5984925.

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

Color convert

RGB1578291-
CMYK00.480.420.38
HSL352.8º31.38%46.86%-
HSV(B)352.8º47.77%61.57%-
XYZ18.8113.9611.6-
YUV105.45119.85164.77-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 47.58%
GREEN value IS 82 (32.42% from 255) = 24.85%
BLUE value IS 91 (35.94% from 255) = 27.58%
R=47.58%
G=24.85%
B=27.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.42
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157829100.480.420.38352.831.3846.86
Hex9D525B0302A261611f2f
Octal23512213306052465413757
Binary1001110110100101011011011000010101010011010110000111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D525B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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