#98595E

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

Shades of Vin Rouge #98595E

Tints of Vin Rouge #98595E

Color information

#98595E (or 0x98595E) is unknown color: approx Vin Rouge. HEX triplet: 98, 59 and 5E. RGB value is (152,89,94). Sum of RGB (Red+Green+Blue) = 152+89+94=335 (44% of max value = 765). Red value is 152 (59.77% from 255 or 45.37% from 335); Green value is 89 (35.16% from 255 or 26.57% from 335); Blue value is 94 (37.11% from 255 or 28.06% from 335); Max value from RGB is 152 - color contains mainly: red. Hex color #98595E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #98595E is #67A6A1. Grayscale: #6C6C6C. Windows color (decimal): -6792866 or 6183320. OLE color: 6183320.

HSL color Cylindrical-coordinate representation of color #98595E: hue angle of 355.24º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #98595E is Cyan = 0, Magento = 0.41, Yellow = 0.38 and Black (K on CMYK) = 0.40.

Color convert

RGB1528994-
CMYK00.410.380.40
HSL355.24º26.14%47.25%-
HSV(B)355.24º41.45%59.61%-
XYZ18.5414.6312.44-
YUV108.41119.87159.09-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 45.37%
GREEN value IS 89 (35.16% from 255) = 26.57%
BLUE value IS 94 (37.11% from 255) = 28.06%
R=45.37%
G=26.57%
B=28.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.38
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152899400.410.380.40355.2426.1447.25
Hex98595E02926281631a2f
Octal23013113605146505433257
Binary1001100010110011011110010100110011010100010110001111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98595E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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