#995056

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

Shades of Vin Rouge #995056

Tints of Vin Rouge #995056

Color information

#995056 (or 0x995056) is unknown color: approx Vin Rouge. HEX triplet: 99, 50 and 56. RGB value is (153,80,86). Sum of RGB (Red+Green+Blue) = 153+80+86=319 (42% of max value = 765). Red value is 153 (60.16% from 255 or 47.96% from 319); Green value is 80 (31.64% from 255 or 25.08% from 319); Blue value is 86 (33.98% from 255 or 26.96% from 319); Max value from RGB is 153 - color contains mainly: red. Hex color #995056 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #995056 is #66AFA9. Grayscale: #666666. Windows color (decimal): -6729642 or 5656729. OLE color: 5656729.

HSL color Cylindrical-coordinate representation of color #995056: hue angle of 355.07º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #995056 is Cyan = 0, Magento = 0.48, Yellow = 0.44 and Black (K on CMYK) = 0.4.

Color convert

RGB1538086-
CMYK00.480.440.4
HSL355.07º31.33%45.69%-
HSV(B)355.07º47.71%60%-
XYZ17.6913.1810.42-
YUV102.51118.68164.01-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 47.96%
GREEN value IS 80 (31.64% from 255) = 25.08%
BLUE value IS 86 (33.98% from 255) = 26.96%
R=47.96%
G=25.08%
B=26.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.44
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153808600.480.440.4355.0731.3345.69
Hex9950560302C281631f2e
Octal23112012606054505433756
Binary1001100110100001010110011000010110010100010110001111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #995056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #995056; }

 p { color: rgb(153,80,86); }

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

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

 a { background-color: rgb(153,80,86); }

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

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

 span { border-color: rgb(153,80,86); }

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