#99595C

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

Shades of Vin Rouge #99595C

Tints of Vin Rouge #99595C

Color information

#99595C (or 0x99595C) is unknown color: approx Vin Rouge. HEX triplet: 99, 59 and 5C. RGB value is (153,89,92). Sum of RGB (Red+Green+Blue) = 153+89+92=334 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.81% from 334); Green value is 89 (35.16% from 255 or 26.65% from 334); Blue value is 92 (36.33% from 255 or 27.54% from 334); Max value from RGB is 153 - color contains mainly: red. Hex color #99595C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99595C is #66A6A3. Grayscale: #6C6C6C. Windows color (decimal): -6727332 or 6052249. OLE color: 6052249.

HSL color Cylindrical-coordinate representation of color #99595C: hue angle of 357.19º degrees, saturation: 0.26, 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 #99595C is Cyan = 0, Magento = 0.42, Yellow = 0.40 and Black (K on CMYK) = 0.4.

Color convert

RGB1538992-
CMYK00.420.400.4
HSL357.19º26.45%47.45%-
HSV(B)357.19º41.83%60%-
XYZ18.6414.6911.98-
YUV108.48118.7159.76-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 45.81%
GREEN value IS 89 (35.16% from 255) = 26.65%
BLUE value IS 92 (36.33% from 255) = 27.54%
R=45.81%
G=26.65%
B=27.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.40
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153899200.420.400.4357.1926.4547.45
Hex99595C02A28281651a2f
Octal23113113405250505453257
Binary1001100110110011011100010101010100010100010110010111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99595C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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