#955464

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

Shades of Vin Rouge #955464

Tints of Vin Rouge #955464

Color information

#955464 (or 0x955464) is unknown color: approx Vin Rouge. HEX triplet: 95, 54 and 64. RGB value is (149,84,100). Sum of RGB (Red+Green+Blue) = 149+84+100=333 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.74% from 333); Green value is 84 (33.20% from 255 or 25.23% from 333); Blue value is 100 (39.45% from 255 or 30.03% from 333); Max value from RGB is 149 - color contains mainly: red. Hex color #955464 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955464 is #6AAB9B. Grayscale: #696969. Windows color (decimal): -6990748 or 6575253. OLE color: 6575253.

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

Color convert

RGB14984100-
CMYK00.440.330.42
HSL345.23º27.9%45.69%-
HSV(B)345.23º43.62%58.43%-
XYZ17.8713.6513.75-
YUV105.26125.03159.2-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 44.74%
GREEN value IS 84 (33.20% from 255) = 25.23%
BLUE value IS 100 (39.45% from 255) = 30.03%
R=44.74%
G=25.23%
B=30.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.33
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1498410000.440.330.42345.2327.945.69
Hex95546402C212A1591c2e
Octal22512414405441525313456
Binary1001010110101001100100010110010000110101010101100111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955464

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #955464; }

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

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

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

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

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

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

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

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