#985569

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

Shades of Vin Rouge #985569

Tints of Vin Rouge #985569

Color information

#985569 (or 0x985569) is unknown color: approx Vin Rouge. HEX triplet: 98, 55 and 69. RGB value is (152,85,105). Sum of RGB (Red+Green+Blue) = 152+85+105=342 (45% of max value = 765). Red value is 152 (59.77% from 255 or 44.44% from 342); Green value is 85 (33.59% from 255 or 24.85% from 342); Blue value is 105 (41.41% from 255 or 30.70% from 342); Max value from RGB is 152 - color contains mainly: red. Hex color #985569 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985569 is #67AA96. Grayscale: #6B6B6B. Windows color (decimal): -6793879 or 6903192. OLE color: 6903192.

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

Color convert

RGB15285105-
CMYK00.440.310.40
HSL342.09º28.27%46.47%-
HSV(B)342.09º44.08%59.61%-
XYZ18.7514.1915.12-
YUV107.31126.7159.87-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 44.44%
GREEN value IS 85 (33.59% from 255) = 24.85%
BLUE value IS 105 (41.41% from 255) = 30.70%
R=44.44%
G=24.85%
B=30.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.31
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1528510500.440.310.40342.0928.2746.47
Hex98556902C1F281561c2e
Octal23012515105437505263456
Binary100110001010101110100101011001111110100010101011011100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #985569; }

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

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

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

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

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

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

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

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