#985568

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

Shades of Vin Rouge #985568

Tints of Vin Rouge #985568

Color information

#985568 (or 0x985568) is unknown color: approx Vin Rouge. HEX triplet: 98, 55 and 68. RGB value is (152,85,104). Sum of RGB (Red+Green+Blue) = 152+85+104=341 (45% of max value = 765). Red value is 152 (59.77% from 255 or 44.57% from 341); Green value is 85 (33.59% from 255 or 24.93% from 341); Blue value is 104 (41.02% from 255 or 30.50% from 341); Max value from RGB is 152 - color contains mainly: red. Hex color #985568 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985568 is #67AA97. Grayscale: #6B6B6B. Windows color (decimal): -6793880 or 6837656. OLE color: 6837656.

HSL color Cylindrical-coordinate representation of color #985568: hue angle of 342.99º 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 #985568 is Cyan = 0, Magento = 0.44, Yellow = 0.32 and Black (K on CMYK) = 0.40.

Color convert

RGB15285104-
CMYK00.440.320.40
HSL342.99º28.27%46.47%-
HSV(B)342.99º44.08%59.61%-
XYZ18.714.1714.85-
YUV107.2126.2159.96-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 44.57%
GREEN value IS 85 (33.59% from 255) = 24.93%
BLUE value IS 104 (41.02% from 255) = 30.50%
R=44.57%
G=24.93%
B=30.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.32
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1528510400.440.320.40342.9928.2746.47
Hex98556802C20281571c2e
Octal23012515005440505273456
Binary1001100010101011101000010110010000010100010101011111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #985568; }

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

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

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

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

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

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

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

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