#9A536E

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

Shades of Vin Rouge #9A536E

Tints of Vin Rouge #9A536E

Color information

#9A536E (or 0x9A536E) is unknown color: approx Vin Rouge. HEX triplet: 9A, 53 and 6E. RGB value is (154,83,110). Sum of RGB (Red+Green+Blue) = 154+83+110=347 (45% of max value = 765). Red value is 154 (60.55% from 255 or 44.38% from 347); Green value is 83 (32.81% from 255 or 23.92% from 347); Blue value is 110 (43.36% from 255 or 31.70% from 347); Max value from RGB is 154 - color contains mainly: red. Hex color #9A536E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A536E is #65AC91. Grayscale: #6B6B6B. Windows color (decimal): -6663314 or 7230362. OLE color: 7230362.

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

Color convert

RGB15483110-
CMYK00.460.290.40
HSL337.18º29.96%46.47%-
HSV(B)337.18º46.1%60.39%-
XYZ19.2314.1816.48-
YUV107.31129.52161.3-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 44.38%
GREEN value IS 83 (32.81% from 255) = 23.92%
BLUE value IS 110 (43.36% from 255) = 31.70%
R=44.38%
G=23.92%
B=31.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.29
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1548311000.460.290.40337.1829.9646.47
Hex9A536E02E1D281511e2e
Octal23212315605635505213656
Binary100110101010011110111001011101110110100010101000111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A536E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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