#98585D

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

Shades of Vin Rouge #98585D

Tints of Vin Rouge #98585D

Color information

#98585D (or 0x98585D) is unknown color: approx Vin Rouge. HEX triplet: 98, 58 and 5D. RGB value is (152,88,93). Sum of RGB (Red+Green+Blue) = 152+88+93=333 (44% of max value = 765). Red value is 152 (59.77% from 255 or 45.65% from 333); Green value is 88 (34.77% from 255 or 26.43% from 333); Blue value is 93 (36.72% from 255 or 27.93% from 333); Max value from RGB is 152 - color contains mainly: red. Hex color #98585D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #98585D is #67A7A2. Grayscale: #6B6B6B. Windows color (decimal): -6793123 or 6117528. OLE color: 6117528.

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

Color convert

RGB1528893-
CMYK00.420.390.40
HSL355.31º26.67%47.06%-
HSV(B)355.31º42.11%59.61%-
XYZ18.4114.4512.17-
YUV107.71119.7159.59-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 45.65%
GREEN value IS 88 (34.77% from 255) = 26.43%
BLUE value IS 93 (36.72% from 255) = 27.93%
R=45.65%
G=26.43%
B=27.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.39
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152889300.420.390.40355.3126.6747.06
Hex98585D02A27281631b2f
Octal23013013505247505433357
Binary1001100010110001011101010101010011110100010110001111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98585D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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