#9B505E

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

Shades of Vin Rouge #9B505E

Tints of Vin Rouge #9B505E

Color information

#9B505E (or 0x9B505E) is unknown color: approx Vin Rouge. HEX triplet: 9B, 50 and 5E. RGB value is (155,80,94). Sum of RGB (Red+Green+Blue) = 155+80+94=329 (43% of max value = 765). Red value is 155 (60.94% from 255 or 47.11% from 329); Green value is 80 (31.64% from 255 or 24.32% from 329); Blue value is 94 (37.11% from 255 or 28.57% from 329); Max value from RGB is 155 - color contains mainly: red. Hex color #9B505E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B505E is #64AFA1. Grayscale: #686868. Windows color (decimal): -6598562 or 6181019. OLE color: 6181019.

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

Color convert

RGB1558094-
CMYK00.480.390.39
HSL348.8º31.91%46.08%-
HSV(B)348.8º48.39%60.78%-
XYZ18.4113.5112.23-
YUV104.02122.35164.36-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 47.11%
GREEN value IS 80 (31.64% from 255) = 24.32%
BLUE value IS 94 (37.11% from 255) = 28.57%
R=47.11%
G=24.32%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.39
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155809400.480.390.39348.831.9146.08
Hex9B505E030272715d202e
Octal23312013606047475354056
Binary10011011101000010111100110000100111100111101011101100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B505E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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