#915464

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

Shades of Vin Rouge #915464

Tints of Vin Rouge #915464

Color information

#915464 (or 0x915464) is unknown color: approx Vin Rouge. HEX triplet: 91, 54 and 64. RGB value is (145,84,100). Sum of RGB (Red+Green+Blue) = 145+84+100=329 (43% of max value = 765). Red value is 145 (57.03% from 255 or 44.07% from 329); Green value is 84 (33.20% from 255 or 25.53% from 329); Blue value is 100 (39.45% from 255 or 30.40% from 329); Max value from RGB is 145 - color contains mainly: red. Hex color #915464 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #915464 is #6EAB9B. Grayscale: #686868. Windows color (decimal): -7252892 or 6575249. OLE color: 6575249.

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

Color convert

RGB14584100-
CMYK00.420.310.43
HSL344.26º26.64%44.9%-
HSV(B)344.26º42.07%56.86%-
XYZ17.1513.2813.72-
YUV104.06125.71157.2-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 44.07%
GREEN value IS 84 (33.20% from 255) = 25.53%
BLUE value IS 100 (39.45% from 255) = 30.40%
R=44.07%
G=25.53%
B=30.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.31
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1458410000.420.310.43344.2626.6444.9
Hex91546402A1F2B1581b2d
Octal22112414405237535303355
Binary100100011010100110010001010101111110101110101100011011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #915464

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #915464; }

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

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

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

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

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

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

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

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