#985567

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

Shades of Vin Rouge #985567

Tints of Vin Rouge #985567

Color information

#985567 (or 0x985567) is unknown color: approx Vin Rouge. HEX triplet: 98, 55 and 67. RGB value is (152,85,103). Sum of RGB (Red+Green+Blue) = 152+85+103=340 (45% of max value = 765). Red value is 152 (59.77% from 255 or 44.71% from 340); Green value is 85 (33.59% from 255 or 25% from 340); Blue value is 103 (40.62% from 255 or 30.29% from 340); Max value from RGB is 152 - color contains mainly: red. Hex color #985567 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985567 is #67AA98. Grayscale: #6B6B6B. Windows color (decimal): -6793881 or 6772120. OLE color: 6772120.

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

Color convert

RGB15285103-
CMYK00.440.320.40
HSL343.88º28.27%46.47%-
HSV(B)343.88º44.08%59.61%-
XYZ18.6514.1514.58-
YUV107.08125.7160.04-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 44.71%
GREEN value IS 85 (33.59% from 255) = 25%
BLUE value IS 103 (40.62% from 255) = 30.29%
R=44.71%
G=25%
B=30.29%

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
Decimal1528510300.440.320.40343.8828.2746.47
Hex98556702C20281581c2e
Octal23012514705440505303456
Binary1001100010101011100111010110010000010100010101100011100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985567

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #985567; }

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

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

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

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

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

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

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

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