#915459

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

Shades of Vin Rouge #915459

Tints of Vin Rouge #915459

Color information

#915459 (or 0x915459) is unknown color: approx Vin Rouge. HEX triplet: 91, 54 and 59. RGB value is (145,84,89). Sum of RGB (Red+Green+Blue) = 145+84+89=318 (42% of max value = 765). Red value is 145 (57.03% from 255 or 45.60% from 318); Green value is 84 (33.20% from 255 or 26.42% from 318); Blue value is 89 (35.16% from 255 or 27.99% from 318); Max value from RGB is 145 - color contains mainly: red. Hex color #915459 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #915459 is #6EABA6. Grayscale: #666666. Windows color (decimal): -7252903 or 5854353. OLE color: 5854353.

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

Color convert

RGB1458489-
CMYK00.420.390.43
HSL355.08º26.64%44.9%-
HSV(B)355.08º42.07%56.86%-
XYZ16.6513.0811.1-
YUV102.81120.21158.09-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 45.60%
GREEN value IS 84 (33.20% from 255) = 26.42%
BLUE value IS 89 (35.16% from 255) = 27.99%
R=45.60%
G=26.42%
B=27.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.39
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145848900.420.390.43355.0826.6444.9
Hex91545902A272B1631b2d
Octal22112413105247535433355
Binary1001000110101001011001010101010011110101110110001111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #915459

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #915459; }

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

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

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

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

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

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

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

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