#9A536A

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

Shades of Vin Rouge #9A536A

Tints of Vin Rouge #9A536A

Color information

#9A536A (or 0x9A536A) is unknown color: approx Vin Rouge. HEX triplet: 9A, 53 and 6A. RGB value is (154,83,106). Sum of RGB (Red+Green+Blue) = 154+83+106=343 (45% of max value = 765). Red value is 154 (60.55% from 255 or 44.90% from 343); Green value is 83 (32.81% from 255 or 24.20% from 343); Blue value is 106 (41.80% from 255 or 30.90% from 343); Max value from RGB is 154 - color contains mainly: red. Hex color #9A536A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A536A is #65AC95. Grayscale: #6A6A6A. Windows color (decimal): -6663318 or 6968218. OLE color: 6968218.

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

Color convert

RGB15483106-
CMYK00.460.310.40
HSL340.56º29.96%46.47%-
HSV(B)340.56º46.1%60.39%-
XYZ19.0214.115.35-
YUV106.85127.52161.63-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 44.90%
GREEN value IS 83 (32.81% from 255) = 24.20%
BLUE value IS 106 (41.80% from 255) = 30.90%
R=44.90%
G=24.20%
B=30.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.31
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1548310600.460.310.40340.5629.9646.47
Hex9A536A02E1F281551e2e
Octal23212315205637505253656
Binary100110101010011110101001011101111110100010101010111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A536A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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