#9A525D

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

Shades of Vin Rouge #9A525D

Tints of Vin Rouge #9A525D

Color information

#9A525D (or 0x9A525D) is unknown color: approx Vin Rouge. HEX triplet: 9A, 52 and 5D. RGB value is (154,82,93). Sum of RGB (Red+Green+Blue) = 154+82+93=329 (43% of max value = 765). Red value is 154 (60.55% from 255 or 46.81% from 329); Green value is 82 (32.42% from 255 or 24.92% from 329); Blue value is 93 (36.72% from 255 or 28.27% from 329); Max value from RGB is 154 - color contains mainly: red. Hex color #9A525D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A525D is #65ADA2. Grayscale: #686868. Windows color (decimal): -6663587 or 6115994. OLE color: 6115994.

HSL color Cylindrical-coordinate representation of color #9A525D: hue angle of 350.83º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9A525D is Cyan = 0, Magento = 0.47, Yellow = 0.40 and Black (K on CMYK) = 0.40.

Color convert

RGB1548293-
CMYK00.470.400.40
HSL350.83º30.51%46.27%-
HSV(B)350.83º46.75%60.39%-
XYZ18.3213.6912.03-
YUV104.78121.35163.11-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 46.81%
GREEN value IS 82 (32.42% from 255) = 24.92%
BLUE value IS 93 (36.72% from 255) = 28.27%
R=46.81%
G=24.92%
B=28.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.40
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal154829300.470.400.40350.8330.5146.27
Hex9A525D02F282815f1f2e
Octal23212213505750505373756
Binary1001101010100101011101010111110100010100010101111111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A525D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,82,93); }

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

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

 a { background-color: rgb(154,82,93); }

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

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

 span { border-color: rgb(154,82,93); }

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