#995461

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

Shades of Vin Rouge #995461

Tints of Vin Rouge #995461

Color information

#995461 (or 0x995461) is unknown color: approx Vin Rouge. HEX triplet: 99, 54 and 61. RGB value is (153,84,97). Sum of RGB (Red+Green+Blue) = 153+84+97=334 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.81% from 334); Green value is 84 (33.20% from 255 or 25.15% from 334); Blue value is 97 (38.28% from 255 or 29.04% from 334); Max value from RGB is 153 - color contains mainly: red. Hex color #995461 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #995461 is #66AB9E. Grayscale: #6A6A6A. Windows color (decimal): -6728607 or 6378649. OLE color: 6378649.

HSL color Cylindrical-coordinate representation of color #995461: hue angle of 348.7º 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 #995461 is Cyan = 0, Magento = 0.45, Yellow = 0.37 and Black (K on CMYK) = 0.4.

Color convert

RGB1538497-
CMYK00.450.370.4
HSL348.7º29.11%46.47%-
HSV(B)348.7º45.1%60%-
XYZ18.4613.9813.03-
YUV106.11122.86161.44-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 45.81%
GREEN value IS 84 (33.20% from 255) = 25.15%
BLUE value IS 97 (38.28% from 255) = 29.04%
R=45.81%
G=25.15%
B=29.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.37
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153849700.450.370.4348.729.1146.47
Hex99546102D252815d1d2e
Octal23112414105545505353556
Binary1001100110101001100001010110110010110100010101110111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #995461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #995461; }

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

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

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

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

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

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

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

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