#955569

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

Shades of Vin Rouge #955569

Tints of Vin Rouge #955569

Color information

#955569 (or 0x955569) is unknown color: approx Vin Rouge. HEX triplet: 95, 55 and 69. RGB value is (149,85,105). Sum of RGB (Red+Green+Blue) = 149+85+105=339 (44% of max value = 765). Red value is 149 (58.59% from 255 or 43.95% from 339); Green value is 85 (33.59% from 255 or 25.07% from 339); Blue value is 105 (41.41% from 255 or 30.97% from 339); Max value from RGB is 149 - color contains mainly: red. Hex color #955569 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955569 is #6AAA96. Grayscale: #6A6A6A. Windows color (decimal): -6990487 or 6903189. OLE color: 6903189.

HSL color Cylindrical-coordinate representation of color #955569: hue angle of 341.25º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #955569 is Cyan = 0, Magento = 0.43, Yellow = 0.30 and Black (K on CMYK) = 0.42.

Color convert

RGB14985105-
CMYK00.430.300.42
HSL341.25º27.35%45.88%-
HSV(B)341.25º42.95%58.43%-
XYZ18.1913.9115.09-
YUV106.42127.2158.37-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 43.95%
GREEN value IS 85 (33.59% from 255) = 25.07%
BLUE value IS 105 (41.41% from 255) = 30.97%
R=43.95%
G=25.07%
B=30.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.30
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1498510500.430.300.42341.2527.3545.88
Hex95556902B1E2A1551b2e
Octal22512515105336525253356
Binary100101011010101110100101010111111010101010101010111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #955569; }

 p { color: rgb(149,85,105); }

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

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

 a { background-color: rgb(149,85,105); }

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

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

 span { border-color: rgb(149,85,105); }

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