#9B5468

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

Shades of Vin Rouge #9B5468

Tints of Vin Rouge #9B5468

Color information

#9B5468 (or 0x9B5468) is unknown color: approx Vin Rouge. HEX triplet: 9B, 54 and 68. RGB value is (155,84,104). Sum of RGB (Red+Green+Blue) = 155+84+104=343 (45% of max value = 765). Red value is 155 (60.94% from 255 or 45.19% from 343); Green value is 84 (33.20% from 255 or 24.49% from 343); Blue value is 104 (41.02% from 255 or 30.32% from 343); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5468 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B5468 is #64AB97. Grayscale: #6B6B6B. Windows color (decimal): -6597528 or 6837403. OLE color: 6837403.

HSL color Cylindrical-coordinate representation of color #9B5468: hue angle of 343.1º degrees, saturation: 0.3, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9B5468 is Cyan = 0, Magento = 0.46, Yellow = 0.33 and Black (K on CMYK) = 0.39.

Color convert

RGB15584104-
CMYK00.460.330.39
HSL343.1º29.71%46.86%-
HSV(B)343.1º45.81%60.78%-
XYZ19.1914.3114.85-
YUV107.51126.02161.87-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 45.19%
GREEN value IS 84 (33.20% from 255) = 24.49%
BLUE value IS 104 (41.02% from 255) = 30.32%
R=45.19%
G=24.49%
B=30.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.33
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1558410400.460.330.39343.129.7146.86
Hex9B546802E21271571e2f
Octal23312415005641475273657
Binary1001101110101001101000010111010000110011110101011111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B5468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,84,104); }

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

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

 a { background-color: rgb(155,84,104); }

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

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

 span { border-color: rgb(155,84,104); }

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