#915461

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

Shades of Vin Rouge #915461

Tints of Vin Rouge #915461

Color information

#915461 (or 0x915461) is unknown color: approx Vin Rouge. HEX triplet: 91, 54 and 61. RGB value is (145,84,97). Sum of RGB (Red+Green+Blue) = 145+84+97=326 (43% of max value = 765). Red value is 145 (57.03% from 255 or 44.48% from 326); Green value is 84 (33.20% from 255 or 25.77% from 326); Blue value is 97 (38.28% from 255 or 29.75% from 326); Max value from RGB is 145 - color contains mainly: red. Hex color #915461 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #915461 is #6EAB9E. Grayscale: #676767. Windows color (decimal): -7252895 or 6378641. OLE color: 6378641.

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

Color convert

RGB1458497-
CMYK00.420.330.43
HSL347.21º26.64%44.9%-
HSV(B)347.21º42.07%56.86%-
XYZ17.0113.2212.97-
YUV103.72124.21157.44-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 44.48%
GREEN value IS 84 (33.20% from 255) = 25.77%
BLUE value IS 97 (38.28% from 255) = 29.75%
R=44.48%
G=25.77%
B=29.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.33
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145849700.420.330.43347.2126.6444.9
Hex91546102A212B15b1b2d
Octal22112414105241535333355
Binary1001000110101001100001010101010000110101110101101111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #915461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #915461; }

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

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

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

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

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

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

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

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