#9B5A65

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

Shades of Vin Rouge #9B5A65

Tints of Vin Rouge #9B5A65

Color information

#9B5A65 (or 0x9B5A65) is unknown color: approx Vin Rouge. HEX triplet: 9B, 5A and 65. RGB value is (155,90,101). Sum of RGB (Red+Green+Blue) = 155+90+101=346 (45% of max value = 765). Red value is 155 (60.94% from 255 or 44.80% from 346); Green value is 90 (35.55% from 255 or 26.01% from 346); Blue value is 101 (39.84% from 255 or 29.19% from 346); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5A65 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B5A65 is #64A59A. Grayscale: #6E6E6E. Windows color (decimal): -6595995 or 6642331. OLE color: 6642331.

HSL color Cylindrical-coordinate representation of color #9B5A65: hue angle of 349.85º 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 #9B5A65 is Cyan = 0, Magento = 0.42, Yellow = 0.35 and Black (K on CMYK) = 0.39.

Color convert

RGB15590101-
CMYK00.420.350.39
HSL349.85º26.53%48.04%-
HSV(B)349.85º41.94%60.78%-
XYZ19.5215.2214.22-
YUV110.69122.53159.61-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 44.80%
GREEN value IS 90 (35.55% from 255) = 26.01%
BLUE value IS 101 (39.84% from 255) = 29.19%
R=44.80%
G=26.01%
B=29.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.35
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1559010100.420.350.39349.8526.5348.04
Hex9B5A6502A232715e1b30
Octal23313214505243475363360
Binary1001101110110101100101010101010001110011110101111011011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B5A65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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