#985558

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

Shades of Vin Rouge #985558

Tints of Vin Rouge #985558

Color information

#985558 (or 0x985558) is unknown color: approx Vin Rouge. HEX triplet: 98, 55 and 58. RGB value is (152,85,88). Sum of RGB (Red+Green+Blue) = 152+85+88=325 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.77% from 325); Green value is 85 (33.59% from 255 or 26.15% from 325); Blue value is 88 (34.77% from 255 or 27.08% from 325); Max value from RGB is 152 - color contains mainly: red. Hex color #985558 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985558 is #67AAA7. Grayscale: #696969. Windows color (decimal): -6793896 or 5789080. OLE color: 5789080.

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

Color convert

RGB1528588-
CMYK00.440.420.40
HSL357.31º28.27%46.47%-
HSV(B)357.31º44.08%59.61%-
XYZ17.9613.8810.96-
YUV105.37118.2161.26-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 46.77%
GREEN value IS 85 (33.59% from 255) = 26.15%
BLUE value IS 88 (34.77% from 255) = 27.08%
R=46.77%
G=26.15%
B=27.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.42
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152858800.440.420.40357.3128.2746.47
Hex98555802C2A281651c2e
Octal23012513005452505453456
Binary1001100010101011011000010110010101010100010110010111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985558

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #985558; }

 p { color: rgb(152,85,88); }

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

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

 a { background-color: rgb(152,85,88); }

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

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

 span { border-color: rgb(152,85,88); }

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