#904e59

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

Shades of Vin Rouge #904E59

Tints of Vin Rouge #904E59

Color information

#904E59 (or 0x904E59) is unknown color: approx Vin Rouge. HEX triplet: 90, 4E and 59. RGB value is (144,78,89). Sum of RGB (Red+Green+Blue) = 144+78+89=311 (41% of max value = 765). Red value is 144 (56.64% from 255 or 46.30% from 311); Green value is 78 (30.86% from 255 or 25.08% from 311); Blue value is 89 (35.16% from 255 or 28.62% from 311); Max value from RGB is 144 - color contains mainly: red. Hex color #904E59 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #904E59 is #6FB1A6. Grayscale: #636363. Windows color (decimal): -7319975 or 5852816. OLE color: 5852816.

HSL color Cylindrical-coordinate representation of color #904E59: hue angle of 350º degrees, saturation: 0.3, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #904E59 is Cyan = 0, Magento = 0.46, Yellow = 0.38 and Black (K on CMYK) = 0.44.

Color convert

RGB1447889-
CMYK00.460.380.44
HSL350º29.73%43.53%-
HSV(B)350º45.83%56.47%-
XYZ16.0312.110.94-
YUV98.99122.37160.11-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 46.30%
GREEN value IS 78 (30.86% from 255) = 25.08%
BLUE value IS 89 (35.16% from 255) = 28.62%
R=46.30%
G=25.08%
B=28.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.38
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144788900.460.380.4435029.7343.53
Hex904E5902E262C15e1e2c
Octal22011613105646545363654
Binary1001000010011101011001010111010011010110010101111011110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #904e59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #904e59; }

 p { color: rgb(144,78,89); }

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

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

 a { background-color: rgb(144,78,89); }

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

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

 span { border-color: rgb(144,78,89); }

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