#904E5A

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

Shades of Vin Rouge #904E5A

Tints of Vin Rouge #904E5A

Color information

#904E5A (or 0x904E5A) is unknown color: approx Vin Rouge. HEX triplet: 90, 4E and 5A. RGB value is (144,78,90). Sum of RGB (Red+Green+Blue) = 144+78+90=312 (41% of max value = 765). Red value is 144 (56.64% from 255 or 46.15% from 312); Green value is 78 (30.86% from 255 or 25% from 312); Blue value is 90 (35.55% from 255 or 28.85% from 312); Max value from RGB is 144 - color contains mainly: red. Hex color #904E5A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #904E5A is #6FB1A5. Grayscale: #636363. Windows color (decimal): -7319974 or 5918352. OLE color: 5918352.

HSL color Cylindrical-coordinate representation of color #904E5A: hue angle of 349.09º 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 #904E5A is Cyan = 0, Magento = 0.46, Yellow = 0.37 and Black (K on CMYK) = 0.44.

Color convert

RGB1447890-
CMYK00.460.370.44
HSL349.09º29.73%43.53%-
HSV(B)349.09º45.83%56.47%-
XYZ16.0712.1211.16-
YUV99.1122.87160.02-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 46.15%
GREEN value IS 78 (30.86% from 255) = 25%
BLUE value IS 90 (35.55% from 255) = 28.85%
R=46.15%
G=25%
B=28.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.37
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144789000.460.370.44349.0929.7343.53
Hex904E5A02E252C15d1e2c
Octal22011613205645545353654
Binary1001000010011101011010010111010010110110010101110111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #904E5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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