#9A506B

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

Shades of Vin Rouge #9A506B

Tints of Vin Rouge #9A506B

Color information

#9A506B (or 0x9A506B) is unknown color: approx Vin Rouge. HEX triplet: 9A, 50 and 6B. RGB value is (154,80,107). Sum of RGB (Red+Green+Blue) = 154+80+107=341 (45% of max value = 765). Red value is 154 (60.55% from 255 or 45.16% from 341); Green value is 80 (31.64% from 255 or 23.46% from 341); Blue value is 107 (42.19% from 255 or 31.38% from 341); Max value from RGB is 154 - color contains mainly: red. Hex color #9A506B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A506B is #65AF94. Grayscale: #696969. Windows color (decimal): -6664085 or 7032986. OLE color: 7032986.

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

Color convert

RGB15480107-
CMYK00.480.310.40
HSL338.11º31.62%45.88%-
HSV(B)338.11º48.05%60.39%-
XYZ18.8513.6715.55-
YUV105.2129.02162.8-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 45.16%
GREEN value IS 80 (31.64% from 255) = 23.46%
BLUE value IS 107 (42.19% from 255) = 31.38%
R=45.16%
G=23.46%
B=31.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.31
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1548010700.480.310.40338.1131.6245.88
Hex9A506B0301F28152202e
Octal23212015306037505224056
Binary1001101010100001101011011000011111101000101010010100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A506B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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