#955C64

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

Shades of Vin Rouge #955C64

Tints of Vin Rouge #955C64

Color information

#955C64 (or 0x955C64) is unknown color: approx Vin Rouge. HEX triplet: 95, 5C and 64. RGB value is (149,92,100). Sum of RGB (Red+Green+Blue) = 149+92+100=341 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.70% from 341); Green value is 92 (36.33% from 255 or 26.98% from 341); Blue value is 100 (39.45% from 255 or 29.33% from 341); Max value from RGB is 149 - color contains mainly: red. Hex color #955C64 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955C64 is #6AA39B. Grayscale: #6D6D6D. Windows color (decimal): -6988700 or 6577301. OLE color: 6577301.

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

Color convert

RGB14992100-
CMYK00.380.330.42
HSL351.58º23.65%47.25%-
HSV(B)351.58º38.26%58.43%-
XYZ18.5214.9613.97-
YUV109.96122.38155.85-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 43.70%
GREEN value IS 92 (36.33% from 255) = 26.98%
BLUE value IS 100 (39.45% from 255) = 29.33%
R=43.70%
G=26.98%
B=29.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.33
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1499210000.380.330.42351.5823.6547.25
Hex955C64026212A160182f
Octal22513414404641525403057
Binary1001010110111001100100010011010000110101010110000011000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955C64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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