#99565A

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

Shades of Vin Rouge #99565A

Tints of Vin Rouge #99565A

Color information

#99565A (or 0x99565A) is unknown color: approx Vin Rouge. HEX triplet: 99, 56 and 5A. RGB value is (153,86,90). Sum of RGB (Red+Green+Blue) = 153+86+90=329 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.50% from 329); Green value is 86 (33.98% from 255 or 26.14% from 329); Blue value is 90 (35.55% from 255 or 27.36% from 329); Max value from RGB is 153 - color contains mainly: red. Hex color #99565A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99565A is #66A9A5. Grayscale: #6A6A6A. Windows color (decimal): -6728102 or 5920409. OLE color: 5920409.

HSL color Cylindrical-coordinate representation of color #99565A: hue angle of 356.42º 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 #99565A is Cyan = 0, Magento = 0.44, Yellow = 0.41 and Black (K on CMYK) = 0.4.

Color convert

RGB1538690-
CMYK00.440.410.4
HSL356.42º28.03%46.86%-
HSV(B)356.42º43.79%60%-
XYZ18.3114.1711.44-
YUV106.49118.7161.17-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 46.50%
GREEN value IS 86 (33.98% from 255) = 26.14%
BLUE value IS 90 (35.55% from 255) = 27.36%
R=46.50%
G=26.14%
B=27.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.41
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153869000.440.410.4356.4228.0346.86
Hex99565A02C29281641c2f
Octal23112613205451505443457
Binary1001100110101101011010010110010100110100010110010011100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99565A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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