#9A5361

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

Shades of Vin Rouge #9A5361

Tints of Vin Rouge #9A5361

Color information

#9A5361 (or 0x9A5361) is unknown color: approx Vin Rouge. HEX triplet: 9A, 53 and 61. RGB value is (154,83,97). Sum of RGB (Red+Green+Blue) = 154+83+97=334 (44% of max value = 765). Red value is 154 (60.55% from 255 or 46.11% from 334); Green value is 83 (32.81% from 255 or 24.85% from 334); Blue value is 97 (38.28% from 255 or 29.04% from 334); Max value from RGB is 154 - color contains mainly: red. Hex color #9A5361 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A5361 is #65AC9E. Grayscale: #696969. Windows color (decimal): -6663327 or 6378394. OLE color: 6378394.

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

Color convert

RGB1548397-
CMYK00.460.370.40
HSL348.17º29.96%46.47%-
HSV(B)348.17º46.1%60.39%-
XYZ18.5813.9213.02-
YUV105.82123.02162.36-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 46.11%
GREEN value IS 83 (32.81% from 255) = 24.85%
BLUE value IS 97 (38.28% from 255) = 29.04%
R=46.11%
G=24.85%
B=29.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.37
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal154839700.460.370.40348.1729.9646.47
Hex9A536102E252815c1e2e
Octal23212314105645505343656
Binary1001101010100111100001010111010010110100010101110011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A5361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,83,97); }

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

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

 a { background-color: rgb(154,83,97); }

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

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

 span { border-color: rgb(154,83,97); }

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