#9D525E

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

Shades of Vin Rouge #9D525E

Tints of Vin Rouge #9D525E

Color information

#9D525E (or 0x9D525E) is unknown color: approx Vin Rouge. HEX triplet: 9D, 52 and 5E. RGB value is (157,82,94). Sum of RGB (Red+Green+Blue) = 157+82+94=333 (44% of max value = 765). Red value is 157 (61.72% from 255 or 47.15% from 333); Green value is 82 (32.42% from 255 or 24.62% from 333); Blue value is 94 (37.11% from 255 or 28.23% from 333); Max value from RGB is 157 - color contains mainly: red. Hex color #9D525E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D525E is #62ADA1. Grayscale: #696969. Windows color (decimal): -6466978 or 6181533. OLE color: 6181533.

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

Color convert

RGB1578294-
CMYK00.480.400.38
HSL350.4º31.38%46.86%-
HSV(B)350.4º47.77%61.57%-
XYZ18.9414.0112.3-
YUV105.79121.35164.52-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 47.15%
GREEN value IS 82 (32.42% from 255) = 24.62%
BLUE value IS 94 (37.11% from 255) = 28.23%
R=47.15%
G=24.62%
B=28.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.40
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157829400.480.400.38350.431.3846.86
Hex9D525E030282615e1f2f
Octal23512213606050465363757
Binary1001110110100101011110011000010100010011010101111011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D525E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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