#985369

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

Shades of Vin Rouge #985369

Tints of Vin Rouge #985369

Color information

#985369 (or 0x985369) is unknown color: approx Vin Rouge. HEX triplet: 98, 53 and 69. RGB value is (152,83,105). Sum of RGB (Red+Green+Blue) = 152+83+105=340 (45% of max value = 765). Red value is 152 (59.77% from 255 or 44.71% from 340); Green value is 83 (32.81% from 255 or 24.41% from 340); Blue value is 105 (41.41% from 255 or 30.88% from 340); Max value from RGB is 152 - color contains mainly: red. Hex color #985369 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985369 is #67AC96. Grayscale: #6A6A6A. Windows color (decimal): -6794391 or 6902680. OLE color: 6902680.

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

Color convert

RGB15283105-
CMYK00.450.310.40
HSL340.87º29.36%46.08%-
HSV(B)340.87º45.39%59.61%-
XYZ18.5913.8815.06-
YUV106.14127.36160.71-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 44.71%
GREEN value IS 83 (32.81% from 255) = 24.41%
BLUE value IS 105 (41.41% from 255) = 30.88%
R=44.71%
G=24.41%
B=30.88%

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
Decimal1528310500.450.310.40340.8729.3646.08
Hex98536902D1F281551d2e
Octal23012315105537505253556
Binary100110001010011110100101011011111110100010101010111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #985369; }

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

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

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

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

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

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

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

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