#904E5B

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

Shades of Vin Rouge #904E5B

Tints of Vin Rouge #904E5B

Color information

#904E5B (or 0x904E5B) is unknown color: approx Vin Rouge. HEX triplet: 90, 4E and 5B. RGB value is (144,78,91). Sum of RGB (Red+Green+Blue) = 144+78+91=313 (41% of max value = 765). Red value is 144 (56.64% from 255 or 46.01% from 313); Green value is 78 (30.86% from 255 or 24.92% from 313); Blue value is 91 (35.94% from 255 or 29.07% from 313); Max value from RGB is 144 - color contains mainly: red. Hex color #904E5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #904E5B is #6FB1A4. Grayscale: #636363. Windows color (decimal): -7319973 or 5983888. OLE color: 5983888.

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

Color convert

RGB1447891-
CMYK00.460.370.44
HSL348.18º29.73%43.53%-
HSV(B)348.18º45.83%56.47%-
XYZ16.1112.1311.39-
YUV99.22123.37159.94-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 46.01%
GREEN value IS 78 (30.86% from 255) = 24.92%
BLUE value IS 91 (35.94% from 255) = 29.07%
R=46.01%
G=24.92%
B=29.07%

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
Decimal144789100.460.370.44348.1829.7343.53
Hex904E5B02E252C15c1e2c
Octal22011613305645545343654
Binary1001000010011101011011010111010010110110010101110011110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #904E5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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