#924E57

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

Shades of Vin Rouge #924E57

Tints of Vin Rouge #924E57

Color information

#924E57 (or 0x924E57) is unknown color: approx Vin Rouge. HEX triplet: 92, 4E and 57. RGB value is (146,78,87). Sum of RGB (Red+Green+Blue) = 146+78+87=311 (41% of max value = 765). Red value is 146 (57.42% from 255 or 46.95% from 311); Green value is 78 (30.86% from 255 or 25.08% from 311); Blue value is 87 (34.38% from 255 or 27.97% from 311); Max value from RGB is 146 - color contains mainly: red. Hex color #924E57 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #924E57 is #6DB1A8. Grayscale: #636363. Windows color (decimal): -7188905 or 5721746. OLE color: 5721746.

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

Color convert

RGB1467887-
CMYK00.470.400.43
HSL352.06º30.36%43.92%-
HSV(B)352.06º46.58%57.25%-
XYZ16.312.2510.52-
YUV99.36121.03161.27-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 46.95%
GREEN value IS 78 (30.86% from 255) = 25.08%
BLUE value IS 87 (34.38% from 255) = 27.97%
R=46.95%
G=25.08%
B=27.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.40
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146788700.470.400.43352.0630.3643.92
Hex924E5702F282B1601e2c
Octal22211612705750535403654
Binary1001001010011101010111010111110100010101110110000011110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #924E57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #924E57; }

 p { color: rgb(146,78,87); }

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

<style>
 a { background-color: #924E57; }

 a { background-color: rgb(146,78,87); }

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

<style>
 span { border-color: #924E57; }

 span { border-color: rgb(146,78,87); }

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