#9A506E

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

Shades of Vin Rouge #9A506E

Tints of Vin Rouge #9A506E

Color information

#9A506E (or 0x9A506E) is unknown color: approx Vin Rouge. HEX triplet: 9A, 50 and 6E. RGB value is (154,80,110). Sum of RGB (Red+Green+Blue) = 154+80+110=344 (45% of max value = 765). Red value is 154 (60.55% from 255 or 44.77% from 344); Green value is 80 (31.64% from 255 or 23.26% from 344); Blue value is 110 (43.36% from 255 or 31.98% from 344); Max value from RGB is 154 - color contains mainly: red. Hex color #9A506E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A506E is #65AF91. Grayscale: #696969. Windows color (decimal): -6664082 or 7229594. OLE color: 7229594.

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

Color convert

RGB15480110-
CMYK00.480.290.40
HSL335.68º31.62%45.88%-
HSV(B)335.68º48.05%60.39%-
XYZ19.0113.7316.4-
YUV105.55130.52162.56-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 44.77%
GREEN value IS 80 (31.64% from 255) = 23.26%
BLUE value IS 110 (43.36% from 255) = 31.98%
R=44.77%
G=23.26%
B=31.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.29
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1548011000.480.290.40335.6831.6245.88
Hex9A506E0301D28150202e
Octal23212015606035505204056
Binary1001101010100001101110011000011101101000101010000100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A506E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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