#985469

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

Shades of Vin Rouge #985469

Tints of Vin Rouge #985469

Color information

#985469 (or 0x985469) is unknown color: approx Vin Rouge. HEX triplet: 98, 54 and 69. RGB value is (152,84,105). Sum of RGB (Red+Green+Blue) = 152+84+105=341 (45% of max value = 765). Red value is 152 (59.77% from 255 or 44.57% from 341); Green value is 84 (33.20% from 255 or 24.63% from 341); Blue value is 105 (41.41% from 255 or 30.79% from 341); Max value from RGB is 152 - color contains mainly: red. Hex color #985469 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985469 is #67AB96. Grayscale: #6A6A6A. Windows color (decimal): -6794135 or 6902936. OLE color: 6902936.

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

Color convert

RGB15284105-
CMYK00.450.310.40
HSL341.47º28.81%46.27%-
HSV(B)341.47º44.74%59.61%-
XYZ18.6714.0415.09-
YUV106.73127.03160.29-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 44.57%
GREEN value IS 84 (33.20% from 255) = 24.63%
BLUE value IS 105 (41.41% from 255) = 30.79%
R=44.57%
G=24.63%
B=30.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.31
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1528410500.450.310.40341.4728.8146.27
Hex98546902D1F281551d2e
Octal23012415105537505253556
Binary100110001010100110100101011011111110100010101010111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #985469; }

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

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

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

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

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

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

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

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