#98585E

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

Shades of Vin Rouge #98585E

Tints of Vin Rouge #98585E

Color information

#98585E (or 0x98585E) is unknown color: approx Vin Rouge. HEX triplet: 98, 58 and 5E. RGB value is (152,88,94). Sum of RGB (Red+Green+Blue) = 152+88+94=334 (44% of max value = 765). Red value is 152 (59.77% from 255 or 45.51% from 334); Green value is 88 (34.77% from 255 or 26.35% from 334); Blue value is 94 (37.11% from 255 or 28.14% from 334); Max value from RGB is 152 - color contains mainly: red. Hex color #98585E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #98585E is #67A7A1. Grayscale: #6B6B6B. Windows color (decimal): -6793122 or 6183064. OLE color: 6183064.

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

Color convert

RGB1528894-
CMYK00.420.380.40
HSL354.38º26.67%47.06%-
HSV(B)354.38º42.11%59.61%-
XYZ18.4614.4612.41-
YUV107.82120.2159.51-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 45.51%
GREEN value IS 88 (34.77% from 255) = 26.35%
BLUE value IS 94 (37.11% from 255) = 28.14%
R=45.51%
G=26.35%
B=28.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.38
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152889400.420.380.40354.3826.6747.06
Hex98585E02A26281621b2f
Octal23013013605246505423357
Binary1001100010110001011110010101010011010100010110001011011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98585E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98585E; }

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

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

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

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

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

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

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

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