#985056

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

Shades of Vin Rouge #985056

Tints of Vin Rouge #985056

Color information

#985056 (or 0x985056) is unknown color: approx Vin Rouge. HEX triplet: 98, 50 and 56. RGB value is (152,80,86). Sum of RGB (Red+Green+Blue) = 152+80+86=318 (42% of max value = 765). Red value is 152 (59.77% from 255 or 47.80% from 318); Green value is 80 (31.64% from 255 or 25.16% from 318); Blue value is 86 (33.98% from 255 or 27.04% from 318); Max value from RGB is 152 - color contains mainly: red. Hex color #985056 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985056 is #67AFA9. Grayscale: #666666. Windows color (decimal): -6795178 or 5656728. OLE color: 5656728.

HSL color Cylindrical-coordinate representation of color #985056: hue angle of 355º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #985056 is Cyan = 0, Magento = 0.47, Yellow = 0.43 and Black (K on CMYK) = 0.40.

Color convert

RGB1528086-
CMYK00.470.430.40
HSL355º31.03%45.49%-
HSV(B)355º47.37%59.61%-
XYZ17.513.0810.41-
YUV102.21118.85163.51-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 47.80%
GREEN value IS 80 (31.64% from 255) = 25.16%
BLUE value IS 86 (33.98% from 255) = 27.04%
R=47.80%
G=25.16%
B=27.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.43
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152808600.470.430.4035531.0345.49
Hex98505602F2B281631f2d
Octal23012012605753505433755
Binary1001100010100001010110010111110101110100010110001111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #985056; }

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

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

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

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

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

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

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

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