#955C60

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

Shades of Vin Rouge #955C60

Tints of Vin Rouge #955C60

Color information

#955C60 (or 0x955C60) is unknown color: approx Vin Rouge. HEX triplet: 95, 5C and 60. RGB value is (149,92,96). Sum of RGB (Red+Green+Blue) = 149+92+96=337 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.21% from 337); Green value is 92 (36.33% from 255 or 27.30% from 337); Blue value is 96 (37.89% from 255 or 28.49% from 337); Max value from RGB is 149 - color contains mainly: red. Hex color #955C60 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955C60 is #6AA39F. Grayscale: #6D6D6D. Windows color (decimal): -6988704 or 6315157. OLE color: 6315157.

HSL color Cylindrical-coordinate representation of color #955C60: hue angle of 355.79º degrees, saturation: 0.24, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #955C60 is Cyan = 0, Magento = 0.38, Yellow = 0.36 and Black (K on CMYK) = 0.42.

Color convert

RGB1499296-
CMYK00.380.360.42
HSL355.79º23.65%47.25%-
HSV(B)355.79º38.26%58.43%-
XYZ18.3314.8912.97-
YUV109.5120.38156.17-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 44.21%
GREEN value IS 92 (36.33% from 255) = 27.30%
BLUE value IS 96 (37.89% from 255) = 28.49%
R=44.21%
G=27.30%
B=28.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.36
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149929600.380.360.42355.7923.6547.25
Hex955C60026242A164182f
Octal22513414004644525443057
Binary1001010110111001100000010011010010010101010110010011000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955C60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #955C60; }

 p { color: rgb(149,92,96); }

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

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

 a { background-color: rgb(149,92,96); }

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

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

 span { border-color: rgb(149,92,96); }

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