#955865

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

Shades of Vin Rouge #955865

Tints of Vin Rouge #955865

Color information

#955865 (or 0x955865) is unknown color: approx Vin Rouge. HEX triplet: 95, 58 and 65. RGB value is (149,88,101). Sum of RGB (Red+Green+Blue) = 149+88+101=338 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.08% from 338); Green value is 88 (34.77% from 255 or 26.04% from 338); Blue value is 101 (39.84% from 255 or 29.88% from 338); Max value from RGB is 149 - color contains mainly: red. Hex color #955865 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955865 is #6AA79A. Grayscale: #6B6B6B. Windows color (decimal): -6989723 or 6641813. OLE color: 6641813.

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

Color convert

RGB14988101-
CMYK00.410.320.42
HSL347.21º25.74%46.47%-
HSV(B)347.21º40.94%58.43%-
XYZ18.2314.3114.11-
YUV107.72124.21157.44-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 44.08%
GREEN value IS 88 (34.77% from 255) = 26.04%
BLUE value IS 101 (39.84% from 255) = 29.88%
R=44.08%
G=26.04%
B=29.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.32
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1498810100.410.320.42347.2125.7446.47
Hex955865029202A15b1a2e
Octal22513014505140525333256
Binary1001010110110001100101010100110000010101010101101111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955865

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #955865; }

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

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

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

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

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

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

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

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