#955663

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

Shades of Vin Rouge #955663

Tints of Vin Rouge #955663

Color information

#955663 (or 0x955663) is unknown color: approx Vin Rouge. HEX triplet: 95, 56 and 63. RGB value is (149,86,99). Sum of RGB (Red+Green+Blue) = 149+86+99=334 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.61% from 334); Green value is 86 (33.98% from 255 or 25.75% from 334); Blue value is 99 (39.06% from 255 or 29.64% from 334); Max value from RGB is 149 - color contains mainly: red. Hex color #955663 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955663 is #6AA99C. Grayscale: #6A6A6A. Windows color (decimal): -6990237 or 6510229. OLE color: 6510229.

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

Color convert

RGB1498699-
CMYK00.420.340.42
HSL347.62º26.81%46.08%-
HSV(B)347.62º42.28%58.43%-
XYZ17.9713.9513.55-
YUV106.32123.87158.44-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 44.61%
GREEN value IS 86 (33.98% from 255) = 25.75%
BLUE value IS 99 (39.06% from 255) = 29.64%
R=44.61%
G=25.75%
B=29.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.34
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149869900.420.340.42347.6226.8146.08
Hex95566302A222A15c1b2e
Octal22512614305242525343356
Binary1001010110101101100011010101010001010101010101110011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955663

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #955663; }

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

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

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

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

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

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

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

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