#9B5A69

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

Shades of Vin Rouge #9B5A69

Tints of Vin Rouge #9B5A69

Color information

#9B5A69 (or 0x9B5A69) is unknown color: approx Vin Rouge. HEX triplet: 9B, 5A and 69. RGB value is (155,90,105). Sum of RGB (Red+Green+Blue) = 155+90+105=350 (46% of max value = 765). Red value is 155 (60.94% from 255 or 44.29% from 350); Green value is 90 (35.55% from 255 or 25.71% from 350); Blue value is 105 (41.41% from 255 or 30% from 350); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5A69 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B5A69 is #64A596. Grayscale: #6F6F6F. Windows color (decimal): -6595991 or 6904475. OLE color: 6904475.

HSL color Cylindrical-coordinate representation of color #9B5A69: hue angle of 346.15º degrees, saturation: 0.27, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9B5A69 is Cyan = 0, Magento = 0.42, Yellow = 0.32 and Black (K on CMYK) = 0.39.

Color convert

RGB15590105-
CMYK00.420.320.39
HSL346.15º26.53%48.04%-
HSV(B)346.15º41.94%60.78%-
XYZ19.7215.315.28-
YUV111.14124.53159.28-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 44.29%
GREEN value IS 90 (35.55% from 255) = 25.71%
BLUE value IS 105 (41.41% from 255) = 30%
R=44.29%
G=25.71%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.32
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1559010500.420.320.39346.1526.5348.04
Hex9B5A6902A202715a1b30
Octal23313215105240475323360
Binary1001101110110101101001010101010000010011110101101011011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B5A69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,90,105); }

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

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

 a { background-color: rgb(155,90,105); }

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

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

 span { border-color: rgb(155,90,105); }

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