#99565F

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

Shades of Vin Rouge #99565F

Tints of Vin Rouge #99565F

Color information

#99565F (or 0x99565F) is unknown color: approx Vin Rouge. HEX triplet: 99, 56 and 5F. RGB value is (153,86,95). Sum of RGB (Red+Green+Blue) = 153+86+95=334 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.81% from 334); Green value is 86 (33.98% from 255 or 25.75% from 334); Blue value is 95 (37.5% from 255 or 28.44% from 334); Max value from RGB is 153 - color contains mainly: red. Hex color #99565F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99565F is #66A9A0. Grayscale: #6B6B6B. Windows color (decimal): -6728097 or 6248089. OLE color: 6248089.

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

Color convert

RGB1538695-
CMYK00.440.380.4
HSL351.94º28.03%46.86%-
HSV(B)351.94º43.79%60%-
XYZ18.5314.2512.6-
YUV107.06121.2160.77-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 45.81%
GREEN value IS 86 (33.98% from 255) = 25.75%
BLUE value IS 95 (37.5% from 255) = 28.44%
R=45.81%
G=25.75%
B=28.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.38
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153869500.440.380.4351.9428.0346.86
Hex99565F02C26281601c2f
Octal23112613705446505403457
Binary1001100110101101011111010110010011010100010110000011100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99565F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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