#99565D

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

Shades of Vin Rouge #99565D

Tints of Vin Rouge #99565D

Color information

#99565D (or 0x99565D) is unknown color: approx Vin Rouge. HEX triplet: 99, 56 and 5D. RGB value is (153,86,93). Sum of RGB (Red+Green+Blue) = 153+86+93=332 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.08% from 332); Green value is 86 (33.98% from 255 or 25.90% from 332); Blue value is 93 (36.72% from 255 or 28.01% from 332); Max value from RGB is 153 - color contains mainly: red. Hex color #99565D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99565D is #66A9A2. Grayscale: #6A6A6A. Windows color (decimal): -6728099 or 6117017. OLE color: 6117017.

HSL color Cylindrical-coordinate representation of color #99565D: hue angle of 353.73º degrees, saturation: 0.28, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #99565D is Cyan = 0, Magento = 0.44, Yellow = 0.39 and Black (K on CMYK) = 0.4.

Color convert

RGB1538693-
CMYK00.440.390.4
HSL353.73º28.03%46.86%-
HSV(B)353.73º43.79%60%-
XYZ18.4414.2212.13-
YUV106.83120.2160.93-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 46.08%
GREEN value IS 86 (33.98% from 255) = 25.90%
BLUE value IS 93 (36.72% from 255) = 28.01%
R=46.08%
G=25.90%
B=28.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.39
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153869300.440.390.4353.7328.0346.86
Hex99565D02C27281621c2f
Octal23112613505447505423457
Binary1001100110101101011101010110010011110100010110001011100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99565D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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