#904C59

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

Shades of Vin Rouge #904C59

Tints of Vin Rouge #904C59

Color information

#904C59 (or 0x904C59) is unknown color: approx Vin Rouge. HEX triplet: 90, 4C and 59. RGB value is (144,76,89). Sum of RGB (Red+Green+Blue) = 144+76+89=309 (40% of max value = 765). Red value is 144 (56.64% from 255 or 46.60% from 309); Green value is 76 (30.08% from 255 or 24.60% from 309); Blue value is 89 (35.16% from 255 or 28.80% from 309); Max value from RGB is 144 - color contains mainly: red. Hex color #904C59 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #904C59 is #6FB3A6. Grayscale: #616161. Windows color (decimal): -7320487 or 5852304. OLE color: 5852304.

HSL color Cylindrical-coordinate representation of color #904C59: hue angle of 348.53º degrees, saturation: 0.31, 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 #904C59 is Cyan = 0, Magento = 0.47, Yellow = 0.38 and Black (K on CMYK) = 0.44.

Color convert

RGB1447689-
CMYK00.470.380.44
HSL348.53º30.91%43.14%-
HSV(B)348.53º47.22%56.47%-
XYZ15.8911.8210.9-
YUV97.81123.03160.94-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 46.60%
GREEN value IS 76 (30.08% from 255) = 24.60%
BLUE value IS 89 (35.16% from 255) = 28.80%
R=46.60%
G=24.60%
B=28.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.38
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144768900.470.380.44348.5330.9143.14
Hex904C5902F262C15d1f2b
Octal22011413105746545353753
Binary1001000010011001011001010111110011010110010101110111111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #904C59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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