#955967

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

Shades of Vin Rouge #955967

Tints of Vin Rouge #955967

Color information

#955967 (or 0x955967) is unknown color: approx Vin Rouge. HEX triplet: 95, 59 and 67. RGB value is (149,89,103). Sum of RGB (Red+Green+Blue) = 149+89+103=341 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.70% from 341); Green value is 89 (35.16% from 255 or 26.10% from 341); Blue value is 103 (40.62% from 255 or 30.21% from 341); Max value from RGB is 149 - color contains mainly: red. Hex color #955967 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955967 is #6AA698. Grayscale: #6C6C6C. Windows color (decimal): -6989465 or 6773141. OLE color: 6773141.

HSL color Cylindrical-coordinate representation of color #955967: hue angle of 346º degrees, saturation: 0.25, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #955967 is Cyan = 0, Magento = 0.40, Yellow = 0.31 and Black (K on CMYK) = 0.42.

Color convert

RGB14989103-
CMYK00.400.310.42
HSL346º25.21%46.67%-
HSV(B)346º40.27%58.43%-
XYZ18.4114.5114.66-
YUV108.54124.88156.86-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 43.70%
GREEN value IS 89 (35.16% from 255) = 26.10%
BLUE value IS 103 (40.62% from 255) = 30.21%
R=43.70%
G=26.10%
B=30.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.31
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1498910300.400.310.4234625.2146.67
Hex9559670281F2A15a192f
Octal22513114705037525323157
Binary100101011011001110011101010001111110101010101101011001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955967

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #955967; }

 p { color: rgb(149,89,103); }

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

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

 a { background-color: rgb(149,89,103); }

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

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

 span { border-color: rgb(149,89,103); }

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