#98586B

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

Shades of Vin Rouge #98586B

Tints of Vin Rouge #98586B

Color information

#98586B (or 0x98586B) is unknown color: approx Vin Rouge. HEX triplet: 98, 58 and 6B. RGB value is (152,88,107). Sum of RGB (Red+Green+Blue) = 152+88+107=347 (45% of max value = 765). Red value is 152 (59.77% from 255 or 43.80% from 347); Green value is 88 (34.77% from 255 or 25.36% from 347); Blue value is 107 (42.19% from 255 or 30.84% from 347); Max value from RGB is 152 - color contains mainly: red. Hex color #98586B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #98586B is #67A794. Grayscale: #6D6D6D. Windows color (decimal): -6793109 or 7035032. OLE color: 7035032.

HSL color Cylindrical-coordinate representation of color #98586B: hue angle of 342.19º 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 #98586B is Cyan = 0, Magento = 0.42, Yellow = 0.30 and Black (K on CMYK) = 0.40.

Color convert

RGB15288107-
CMYK00.420.300.40
HSL342.19º26.67%47.06%-
HSV(B)342.19º42.11%59.61%-
XYZ19.0914.7215.74-
YUV109.3126.7158.46-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 43.80%
GREEN value IS 88 (34.77% from 255) = 25.36%
BLUE value IS 107 (42.19% from 255) = 30.84%
R=43.80%
G=25.36%
B=30.84%

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
Decimal1528810700.420.300.40342.1926.6747.06
Hex98586B02A1E281561b2f
Octal23013015305236505263357
Binary100110001011000110101101010101111010100010101011011011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98586B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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