#904F58

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

Shades of Vin Rouge #904F58

Tints of Vin Rouge #904F58

Color information

#904F58 (or 0x904F58) is unknown color: approx Vin Rouge. HEX triplet: 90, 4F and 58. RGB value is (144,79,88). Sum of RGB (Red+Green+Blue) = 144+79+88=311 (41% of max value = 765). Red value is 144 (56.64% from 255 or 46.30% from 311); Green value is 79 (31.25% from 255 or 25.40% from 311); Blue value is 88 (34.77% from 255 or 28.30% from 311); Max value from RGB is 144 - color contains mainly: red. Hex color #904F58 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #904F58 is #6FB0A7. Grayscale: #636363. Windows color (decimal): -7319720 or 5787536. OLE color: 5787536.

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

Color convert

RGB1447988-
CMYK00.450.390.44
HSL351.69º29.15%43.73%-
HSV(B)351.69º45.14%56.47%-
XYZ16.0612.2310.75-
YUV99.46121.53159.77-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 46.30%
GREEN value IS 79 (31.25% from 255) = 25.40%
BLUE value IS 88 (34.77% from 255) = 28.30%
R=46.30%
G=25.40%
B=28.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.39
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144798800.450.390.44351.6929.1543.73
Hex904F5802D272C1601d2c
Octal22011713005547545403554
Binary1001000010011111011000010110110011110110010110000011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #904F58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,79,88); }

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

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

 a { background-color: rgb(144,79,88); }

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

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

 span { border-color: rgb(144,79,88); }

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