#9A506C

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

Shades of Vin Rouge #9A506C

Tints of Vin Rouge #9A506C

Color information

#9A506C (or 0x9A506C) is unknown color: approx Vin Rouge. HEX triplet: 9A, 50 and 6C. RGB value is (154,80,108). Sum of RGB (Red+Green+Blue) = 154+80+108=342 (45% of max value = 765). Red value is 154 (60.55% from 255 or 45.03% from 342); Green value is 80 (31.64% from 255 or 23.39% from 342); Blue value is 108 (42.58% from 255 or 31.58% from 342); Max value from RGB is 154 - color contains mainly: red. Hex color #9A506C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A506C is #65AF93. Grayscale: #696969. Windows color (decimal): -6664084 or 7098522. OLE color: 7098522.

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

Color convert

RGB15480108-
CMYK00.480.300.40
HSL337.3º31.62%45.88%-
HSV(B)337.3º48.05%60.39%-
XYZ18.913.6915.83-
YUV105.32129.52162.72-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 45.03%
GREEN value IS 80 (31.64% from 255) = 23.39%
BLUE value IS 108 (42.58% from 255) = 31.58%
R=45.03%
G=23.39%
B=31.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.30
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1548010800.480.300.40337.331.6245.88
Hex9A506C0301E28151202e
Octal23212015406036505214056
Binary1001101010100001101100011000011110101000101010001100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A506C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,80,108); }

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

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

 a { background-color: rgb(154,80,108); }

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

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

 span { border-color: rgb(154,80,108); }

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