#98586A

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

Shades of Vin Rouge #98586A

Tints of Vin Rouge #98586A

Color information

#98586A (or 0x98586A) is unknown color: approx Vin Rouge. HEX triplet: 98, 58 and 6A. RGB value is (152,88,106). Sum of RGB (Red+Green+Blue) = 152+88+106=346 (45% of max value = 765). Red value is 152 (59.77% from 255 or 43.93% from 346); Green value is 88 (34.77% from 255 or 25.43% from 346); Blue value is 106 (41.80% from 255 or 30.64% from 346); Max value from RGB is 152 - color contains mainly: red. Hex color #98586A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #98586A is #67A795. Grayscale: #6D6D6D. Windows color (decimal): -6793110 or 6969496. OLE color: 6969496.

HSL color Cylindrical-coordinate representation of color #98586A: hue angle of 343.12º degrees, saturation: 0.27, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #98586A is Cyan = 0, Magento = 0.42, Yellow = 0.30 and Black (K on CMYK) = 0.40.

Color convert

RGB15288106-
CMYK00.420.300.40
HSL343.12º26.67%47.06%-
HSV(B)343.12º42.11%59.61%-
XYZ19.0414.715.47-
YUV109.19126.2158.54-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 43.93%
GREEN value IS 88 (34.77% from 255) = 25.43%
BLUE value IS 106 (41.80% from 255) = 30.64%
R=43.93%
G=25.43%
B=30.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.30
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1528810600.420.300.40343.1226.6747.06
Hex98586A02A1E281571b2f
Octal23013015205236505273357
Binary100110001011000110101001010101111010100010101011111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98586A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98586A; }

 p { color: rgb(152,88,106); }

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

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

 a { background-color: rgb(152,88,106); }

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

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

 span { border-color: rgb(152,88,106); }

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