#955769

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

Shades of Vin Rouge #955769

Tints of Vin Rouge #955769

Color information

#955769 (or 0x955769) is unknown color: approx Vin Rouge. HEX triplet: 95, 57 and 69. RGB value is (149,87,105). Sum of RGB (Red+Green+Blue) = 149+87+105=341 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.70% from 341); Green value is 87 (34.38% from 255 or 25.51% from 341); Blue value is 105 (41.41% from 255 or 30.79% from 341); Max value from RGB is 149 - color contains mainly: red. Hex color #955769 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955769 is #6AA896. Grayscale: #6B6B6B. Windows color (decimal): -6989975 or 6903701. OLE color: 6903701.

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

Color convert

RGB14987105-
CMYK00.420.300.42
HSL342.58º26.27%46.27%-
HSV(B)342.58º41.61%58.43%-
XYZ18.3514.2315.14-
YUV107.59126.54157.54-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 43.70%
GREEN value IS 87 (34.38% from 255) = 25.51%
BLUE value IS 105 (41.41% from 255) = 30.79%
R=43.70%
G=25.51%
B=30.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.30
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1498710500.420.300.42342.5826.2746.27
Hex95576902A1E2A1571a2e
Octal22512715105236525273256
Binary100101011010111110100101010101111010101010101011111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #955769; }

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

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

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

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

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

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

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

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