#99595D

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

Shades of Vin Rouge #99595D

Tints of Vin Rouge #99595D

Color information

#99595D (or 0x99595D) is unknown color: approx Vin Rouge. HEX triplet: 99, 59 and 5D. RGB value is (153,89,93). Sum of RGB (Red+Green+Blue) = 153+89+93=335 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.67% from 335); Green value is 89 (35.16% from 255 or 26.57% from 335); Blue value is 93 (36.72% from 255 or 27.76% from 335); Max value from RGB is 153 - color contains mainly: red. Hex color #99595D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99595D is #66A6A2. Grayscale: #6C6C6C. Windows color (decimal): -6727331 or 6117785. OLE color: 6117785.

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

Color convert

RGB1538993-
CMYK00.420.390.4
HSL356.25º26.45%47.45%-
HSV(B)356.25º41.83%60%-
XYZ18.6914.7112.21-
YUV108.59119.2159.67-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 45.67%
GREEN value IS 89 (35.16% from 255) = 26.57%
BLUE value IS 93 (36.72% from 255) = 27.76%
R=45.67%
G=26.57%
B=27.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.39
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153899300.420.390.4356.2526.4547.45
Hex99595D02A27281641a2f
Octal23113113505247505443257
Binary1001100110110011011101010101010011110100010110010011010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99595D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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