#915661

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

Shades of Vin Rouge #915661

Tints of Vin Rouge #915661

Color information

#915661 (or 0x915661) is unknown color: approx Vin Rouge. HEX triplet: 91, 56 and 61. RGB value is (145,86,97). Sum of RGB (Red+Green+Blue) = 145+86+97=328 (43% of max value = 765). Red value is 145 (57.03% from 255 or 44.21% from 328); Green value is 86 (33.98% from 255 or 26.22% from 328); Blue value is 97 (38.28% from 255 or 29.57% from 328); Max value from RGB is 145 - color contains mainly: red. Hex color #915661 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #915661 is #6EA99E. Grayscale: #686868. Windows color (decimal): -7252383 or 6379153. OLE color: 6379153.

HSL color Cylindrical-coordinate representation of color #915661: hue angle of 348.81º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #915661 is Cyan = 0, Magento = 0.41, Yellow = 0.33 and Black (K on CMYK) = 0.43.

Color convert

RGB1458697-
CMYK00.410.330.43
HSL348.81º25.54%45.29%-
HSV(B)348.81º40.69%56.86%-
XYZ17.1613.5413.02-
YUV104.89123.55156.61-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 44.21%
GREEN value IS 86 (33.98% from 255) = 26.22%
BLUE value IS 97 (38.28% from 255) = 29.57%
R=44.21%
G=26.22%
B=29.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.33
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145869700.410.330.43348.8125.5445.29
Hex915661029212B15d1a2d
Octal22112614105141535353255
Binary1001000110101101100001010100110000110101110101110111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #915661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #915661; }

 p { color: rgb(145,86,97); }

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

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

 a { background-color: rgb(145,86,97); }

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

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

 span { border-color: rgb(145,86,97); }

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