#955665

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

Shades of Vin Rouge #955665

Tints of Vin Rouge #955665

Color information

#955665 (or 0x955665) is unknown color: approx Vin Rouge. HEX triplet: 95, 56 and 65. RGB value is (149,86,101). Sum of RGB (Red+Green+Blue) = 149+86+101=336 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.35% from 336); Green value is 86 (33.98% from 255 or 25.60% from 336); Blue value is 101 (39.84% from 255 or 30.06% from 336); Max value from RGB is 149 - color contains mainly: red. Hex color #955665 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955665 is #6AA99A. Grayscale: #6A6A6A. Windows color (decimal): -6990235 or 6641301. OLE color: 6641301.

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

Color convert

RGB14986101-
CMYK00.420.320.42
HSL345.71º26.81%46.08%-
HSV(B)345.71º42.28%58.43%-
XYZ18.0713.9814.06-
YUV106.55124.87158.28-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 44.35%
GREEN value IS 86 (33.98% from 255) = 25.60%
BLUE value IS 101 (39.84% from 255) = 30.06%
R=44.35%
G=25.60%
B=30.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.32
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1498610100.420.320.42345.7126.8146.08
Hex95566502A202A15a1b2e
Octal22512614505240525323356
Binary1001010110101101100101010101010000010101010101101011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955665

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #955665; }

 p { color: rgb(149,86,101); }

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

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

 a { background-color: rgb(149,86,101); }

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

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

 span { border-color: rgb(149,86,101); }

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