#985365

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

Shades of Vin Rouge #985365

Tints of Vin Rouge #985365

Color information

#985365 (or 0x985365) is unknown color: approx Vin Rouge. HEX triplet: 98, 53 and 65. RGB value is (152,83,101). Sum of RGB (Red+Green+Blue) = 152+83+101=336 (44% of max value = 765). Red value is 152 (59.77% from 255 or 45.24% from 336); Green value is 83 (32.81% from 255 or 24.70% from 336); Blue value is 101 (39.84% from 255 or 30.06% from 336); Max value from RGB is 152 - color contains mainly: red. Hex color #985365 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985365 is #67AC9A. Grayscale: #696969. Windows color (decimal): -6794395 or 6640536. OLE color: 6640536.

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

Color convert

RGB15283101-
CMYK00.450.340.40
HSL344.35º29.36%46.08%-
HSV(B)344.35º45.39%59.61%-
XYZ18.3913.814.01-
YUV105.68125.36161.04-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 45.24%
GREEN value IS 83 (32.81% from 255) = 24.70%
BLUE value IS 101 (39.84% from 255) = 30.06%
R=45.24%
G=24.70%
B=30.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.34
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1528310100.450.340.40344.3529.3646.08
Hex98536502D22281581d2e
Octal23012314505542505303556
Binary1001100010100111100101010110110001010100010101100011101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #985365; }

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

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

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

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

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

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

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

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