#995463

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

Shades of Vin Rouge #995463

Tints of Vin Rouge #995463

Color information

#995463 (or 0x995463) is unknown color: approx Vin Rouge. HEX triplet: 99, 54 and 63. RGB value is (153,84,99). Sum of RGB (Red+Green+Blue) = 153+84+99=336 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.54% from 336); Green value is 84 (33.20% from 255 or 25% from 336); Blue value is 99 (39.06% from 255 or 29.46% from 336); Max value from RGB is 153 - color contains mainly: red. Hex color #995463 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #995463 is #66AB9C. Grayscale: #6A6A6A. Windows color (decimal): -6728605 or 6509721. OLE color: 6509721.

HSL color Cylindrical-coordinate representation of color #995463: hue angle of 346.96º degrees, saturation: 0.29, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #995463 is Cyan = 0, Magento = 0.45, Yellow = 0.35 and Black (K on CMYK) = 0.4.

Color convert

RGB1538499-
CMYK00.450.350.4
HSL346.96º29.11%46.47%-
HSV(B)346.96º45.1%60%-
XYZ18.5614.0113.53-
YUV106.34123.86161.28-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 45.54%
GREEN value IS 84 (33.20% from 255) = 25%
BLUE value IS 99 (39.06% from 255) = 29.46%
R=45.54%
G=25%
B=29.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.35
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153849900.450.350.4346.9629.1146.47
Hex99546302D232815b1d2e
Octal23112414305543505333556
Binary1001100110101001100011010110110001110100010101101111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #995463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #995463; }

 p { color: rgb(153,84,99); }

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

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

 a { background-color: rgb(153,84,99); }

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

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

 span { border-color: rgb(153,84,99); }

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