#955664

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

Shades of Vin Rouge #955664

Tints of Vin Rouge #955664

Color information

#955664 (or 0x955664) is unknown color: approx Vin Rouge. HEX triplet: 95, 56 and 64. RGB value is (149,86,100). Sum of RGB (Red+Green+Blue) = 149+86+100=335 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.48% from 335); Green value is 86 (33.98% from 255 or 25.67% from 335); Blue value is 100 (39.45% from 255 or 29.85% from 335); Max value from RGB is 149 - color contains mainly: red. Hex color #955664 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955664 is #6AA99B. Grayscale: #6A6A6A. Windows color (decimal): -6990236 or 6575765. OLE color: 6575765.

HSL color Cylindrical-coordinate representation of color #955664: hue angle of 346.67º 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 #955664 is Cyan = 0, Magento = 0.42, Yellow = 0.33 and Black (K on CMYK) = 0.42.

Color convert

RGB14986100-
CMYK00.420.330.42
HSL346.67º26.81%46.08%-
HSV(B)346.67º42.28%58.43%-
XYZ18.0213.9713.8-
YUV106.43124.37158.36-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 44.48%
GREEN value IS 86 (33.98% from 255) = 25.67%
BLUE value IS 100 (39.45% from 255) = 29.85%
R=44.48%
G=25.67%
B=29.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.33
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1498610000.420.330.42346.6726.8146.08
Hex95566402A212A15b1b2e
Octal22512614405241525333356
Binary1001010110101101100100010101010000110101010101101111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955664

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #955664; }

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

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

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

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

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

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

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

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