#955767

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

Shades of Vin Rouge #955767

Tints of Vin Rouge #955767

Color information

#955767 (or 0x955767) is unknown color: approx Vin Rouge. HEX triplet: 95, 57 and 67. RGB value is (149,87,103). Sum of RGB (Red+Green+Blue) = 149+87+103=339 (44% of max value = 765). Red value is 149 (58.59% from 255 or 43.95% from 339); Green value is 87 (34.38% from 255 or 25.66% from 339); Blue value is 103 (40.62% from 255 or 30.38% from 339); Max value from RGB is 149 - color contains mainly: red. Hex color #955767 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955767 is #6AA898. Grayscale: #6B6B6B. Windows color (decimal): -6989977 or 6772629. OLE color: 6772629.

HSL color Cylindrical-coordinate representation of color #955767: hue angle of 344.52º degrees, saturation: 0.26, 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 #955767 is Cyan = 0, Magento = 0.42, Yellow = 0.31 and Black (K on CMYK) = 0.42.

Color convert

RGB14987103-
CMYK00.420.310.42
HSL344.52º26.27%46.27%-
HSV(B)344.52º41.61%58.43%-
XYZ18.2514.1914.61-
YUV107.36125.54157.7-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 43.95%
GREEN value IS 87 (34.38% from 255) = 25.66%
BLUE value IS 103 (40.62% from 255) = 30.38%
R=43.95%
G=25.66%
B=30.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.31
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1498710300.420.310.42344.5226.2746.27
Hex95576702A1F2A1591a2e
Octal22512714705237525313256
Binary100101011010111110011101010101111110101010101100111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955767

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #955767; }

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

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

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

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

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

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

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

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