#955463

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

Shades of Vin Rouge #955463

Tints of Vin Rouge #955463

Color information

#955463 (or 0x955463) is unknown color: approx Vin Rouge. HEX triplet: 95, 54 and 63. RGB value is (149,84,99). Sum of RGB (Red+Green+Blue) = 149+84+99=332 (43% of max value = 765). Red value is 149 (58.59% from 255 or 44.88% from 332); Green value is 84 (33.20% from 255 or 25.30% from 332); Blue value is 99 (39.06% from 255 or 29.82% from 332); Max value from RGB is 149 - color contains mainly: red. Hex color #955463 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955463 is #6AAB9C. Grayscale: #696969. Windows color (decimal): -6990749 or 6509717. OLE color: 6509717.

HSL color Cylindrical-coordinate representation of color #955463: hue angle of 346.15º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #955463 is Cyan = 0, Magento = 0.44, Yellow = 0.34 and Black (K on CMYK) = 0.42.

Color convert

RGB1498499-
CMYK00.440.340.42
HSL346.15º27.9%45.69%-
HSV(B)346.15º43.62%58.43%-
XYZ17.8213.6313.5-
YUV105.14124.53159.28-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 44.88%
GREEN value IS 84 (33.20% from 255) = 25.30%
BLUE value IS 99 (39.06% from 255) = 29.82%
R=44.88%
G=25.30%
B=29.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.34
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149849900.440.340.42346.1527.945.69
Hex95546302C222A15a1c2e
Octal22512414305442525323456
Binary1001010110101001100011010110010001010101010101101011100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #955463; }

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

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

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

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

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

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

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

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