#985368

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

Shades of Vin Rouge #985368

Tints of Vin Rouge #985368

Color information

#985368 (or 0x985368) is unknown color: approx Vin Rouge. HEX triplet: 98, 53 and 68. RGB value is (152,83,104). Sum of RGB (Red+Green+Blue) = 152+83+104=339 (44% of max value = 765). Red value is 152 (59.77% from 255 or 44.84% from 339); Green value is 83 (32.81% from 255 or 24.48% from 339); Blue value is 104 (41.02% from 255 or 30.68% from 339); Max value from RGB is 152 - color contains mainly: red. Hex color #985368 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985368 is #67AC97. Grayscale: #6A6A6A. Windows color (decimal): -6794392 or 6837144. OLE color: 6837144.

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

Color convert

RGB15283104-
CMYK00.450.320.40
HSL341.74º29.36%46.08%-
HSV(B)341.74º45.39%59.61%-
XYZ18.5413.8614.8-
YUV106.02126.86160.79-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 44.84%
GREEN value IS 83 (32.81% from 255) = 24.48%
BLUE value IS 104 (41.02% from 255) = 30.68%
R=44.84%
G=24.48%
B=30.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.32
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1528310400.450.320.40341.7429.3646.08
Hex98536802D20281561d2e
Octal23012315005540505263556
Binary1001100010100111101000010110110000010100010101011011101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #985368; }

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

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

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

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

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

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

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

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