#9B505A

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

Shades of Vin Rouge #9B505A

Tints of Vin Rouge #9B505A

Color information

#9B505A (or 0x9B505A) is unknown color: approx Vin Rouge. HEX triplet: 9B, 50 and 5A. RGB value is (155,80,90). Sum of RGB (Red+Green+Blue) = 155+80+90=325 (43% of max value = 765). Red value is 155 (60.94% from 255 or 47.69% from 325); Green value is 80 (31.64% from 255 or 24.62% from 325); Blue value is 90 (35.55% from 255 or 27.69% from 325); Max value from RGB is 155 - color contains mainly: red. Hex color #9B505A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B505A is #64AFA5. Grayscale: #676767. Windows color (decimal): -6598566 or 5918875. OLE color: 5918875.

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

Color convert

RGB1558090-
CMYK00.480.420.39
HSL352º31.91%46.08%-
HSV(B)352º48.39%60.78%-
XYZ18.2313.4411.31-
YUV103.56120.35164.69-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 47.69%
GREEN value IS 80 (31.64% from 255) = 24.62%
BLUE value IS 90 (35.55% from 255) = 27.69%
R=47.69%
G=24.62%
B=27.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.42
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155809000.480.420.3935231.9146.08
Hex9B505A0302A27160202e
Octal23312013206052475404056
Binary10011011101000010110100110000101010100111101100000100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B505A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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