#985465

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

Shades of Vin Rouge #985465

Tints of Vin Rouge #985465

Color information

#985465 (or 0x985465) is unknown color: approx Vin Rouge. HEX triplet: 98, 54 and 65. RGB value is (152,84,101). Sum of RGB (Red+Green+Blue) = 152+84+101=337 (44% of max value = 765). Red value is 152 (59.77% from 255 or 45.10% from 337); Green value is 84 (33.20% from 255 or 24.93% from 337); Blue value is 101 (39.84% from 255 or 29.97% from 337); Max value from RGB is 152 - color contains mainly: red. Hex color #985465 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985465 is #67AB9A. Grayscale: #6A6A6A. Windows color (decimal): -6794139 or 6640792. OLE color: 6640792.

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

Color convert

RGB15284101-
CMYK00.450.340.40
HSL345º28.81%46.27%-
HSV(B)345º44.74%59.61%-
XYZ18.4713.9614.03-
YUV106.27125.03160.62-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 45.10%
GREEN value IS 84 (33.20% from 255) = 24.93%
BLUE value IS 101 (39.84% from 255) = 29.97%
R=45.10%
G=24.93%
B=29.97%

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
Decimal1528410100.450.340.4034528.8146.27
Hex98546502D22281591d2e
Octal23012414505542505313556
Binary1001100010101001100101010110110001010100010101100111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #985465; }

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

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

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

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

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

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

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

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