#955869

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

Shades of Vin Rouge #955869

Tints of Vin Rouge #955869

Color information

#955869 (or 0x955869) is unknown color: approx Vin Rouge. HEX triplet: 95, 58 and 69. RGB value is (149,88,105). Sum of RGB (Red+Green+Blue) = 149+88+105=342 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.57% from 342); Green value is 88 (34.77% from 255 or 25.73% from 342); Blue value is 105 (41.41% from 255 or 30.70% from 342); Max value from RGB is 149 - color contains mainly: red. Hex color #955869 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955869 is #6AA796. Grayscale: #6C6C6C. Windows color (decimal): -6989719 or 6903957. OLE color: 6903957.

HSL color Cylindrical-coordinate representation of color #955869: hue angle of 343.28º 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 #955869 is Cyan = 0, Magento = 0.41, Yellow = 0.30 and Black (K on CMYK) = 0.42.

Color convert

RGB14988105-
CMYK00.410.300.42
HSL343.28º25.74%46.47%-
HSV(B)343.28º40.94%58.43%-
XYZ18.4314.3915.17-
YUV108.18126.21157.12-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 43.57%
GREEN value IS 88 (34.77% from 255) = 25.73%
BLUE value IS 105 (41.41% from 255) = 30.70%
R=43.57%
G=25.73%
B=30.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.30
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1498810500.410.300.42343.2825.7446.47
Hex9558690291E2A1571a2e
Octal22513015105136525273256
Binary100101011011000110100101010011111010101010101011111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #955869; }

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

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

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

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

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

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

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

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