#98595C

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

Shades of Vin Rouge #98595C

Tints of Vin Rouge #98595C

Color information

#98595C (or 0x98595C) is unknown color: approx Vin Rouge. HEX triplet: 98, 59 and 5C. RGB value is (152,89,92). Sum of RGB (Red+Green+Blue) = 152+89+92=333 (44% of max value = 765). Red value is 152 (59.77% from 255 or 45.65% from 333); Green value is 89 (35.16% from 255 or 26.73% from 333); Blue value is 92 (36.33% from 255 or 27.63% from 333); Max value from RGB is 152 - color contains mainly: red. Hex color #98595C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #98595C is #67A6A3. Grayscale: #6C6C6C. Windows color (decimal): -6792868 or 6052248. OLE color: 6052248.

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

Color convert

RGB1528992-
CMYK00.410.390.40
HSL357.14º26.14%47.25%-
HSV(B)357.14º41.45%59.61%-
XYZ18.4514.5911.97-
YUV108.18118.87159.26-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 45.65%
GREEN value IS 89 (35.16% from 255) = 26.73%
BLUE value IS 92 (36.33% from 255) = 27.63%
R=45.65%
G=26.73%
B=27.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.39
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152899200.410.390.40357.1426.1447.25
Hex98595C02927281651a2f
Octal23013113405147505453257
Binary1001100010110011011100010100110011110100010110010111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98595C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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