#904C58

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

Shades of Vin Rouge #904C58

Tints of Vin Rouge #904C58

Color information

#904C58 (or 0x904C58) is unknown color: approx Vin Rouge. HEX triplet: 90, 4C and 58. RGB value is (144,76,88). Sum of RGB (Red+Green+Blue) = 144+76+88=308 (40% of max value = 765). Red value is 144 (56.64% from 255 or 46.75% from 308); Green value is 76 (30.08% from 255 or 24.68% from 308); Blue value is 88 (34.77% from 255 or 28.57% from 308); Max value from RGB is 144 - color contains mainly: red. Hex color #904C58 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #904C58 is #6FB3A7. Grayscale: #616161. Windows color (decimal): -7320488 or 5786768. OLE color: 5786768.

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

Color convert

RGB1447688-
CMYK00.470.390.44
HSL349.41º30.91%43.14%-
HSV(B)349.41º47.22%56.47%-
XYZ15.8511.810.68-
YUV97.7122.53161.02-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 46.75%
GREEN value IS 76 (30.08% from 255) = 24.68%
BLUE value IS 88 (34.77% from 255) = 28.57%
R=46.75%
G=24.68%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.39
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144768800.470.390.44349.4130.9143.14
Hex904C5802F272C15d1f2b
Octal22011413005747545353753
Binary1001000010011001011000010111110011110110010101110111111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #904C58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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