#904D5C

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

Shades of Vin Rouge #904D5C

Tints of Vin Rouge #904D5C

Color information

#904D5C (or 0x904D5C) is unknown color: approx Vin Rouge. HEX triplet: 90, 4D and 5C. RGB value is (144,77,92). Sum of RGB (Red+Green+Blue) = 144+77+92=313 (41% of max value = 765). Red value is 144 (56.64% from 255 or 46.01% from 313); Green value is 77 (30.47% from 255 or 24.60% from 313); Blue value is 92 (36.33% from 255 or 29.39% from 313); Max value from RGB is 144 - color contains mainly: red. Hex color #904D5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #904D5C is #6FB2A3. Grayscale: #626262. Windows color (decimal): -7320228 or 6049168. OLE color: 6049168.

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

Color convert

RGB1447792-
CMYK00.470.360.44
HSL346.57º30.32%43.33%-
HSV(B)346.57º46.53%56.47%-
XYZ16.0912.0111.6-
YUV98.74124.2160.28-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 46.01%
GREEN value IS 77 (30.47% from 255) = 24.60%
BLUE value IS 92 (36.33% from 255) = 29.39%
R=46.01%
G=24.60%
B=29.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.36
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144779200.470.360.44346.5730.3243.33
Hex904D5C02F242C15b1e2b
Octal22011513405744545333653
Binary1001000010011011011100010111110010010110010101101111110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #904D5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,77,92); }

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

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

 a { background-color: rgb(144,77,92); }

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

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

 span { border-color: rgb(144,77,92); }

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