#924E61

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

Shades of Vin Rouge #924E61

Tints of Vin Rouge #924E61

Color information

#924E61 (or 0x924E61) is unknown color: approx Vin Rouge. HEX triplet: 92, 4E and 61. RGB value is (146,78,97). Sum of RGB (Red+Green+Blue) = 146+78+97=321 (42% of max value = 765). Red value is 146 (57.42% from 255 or 45.48% from 321); Green value is 78 (30.86% from 255 or 24.30% from 321); Blue value is 97 (38.28% from 255 or 30.22% from 321); Max value from RGB is 146 - color contains mainly: red. Hex color #924E61 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #924E61 is #6DB19E. Grayscale: #646464. Windows color (decimal): -7188895 or 6377106. OLE color: 6377106.

HSL color Cylindrical-coordinate representation of color #924E61: hue angle of 343.24º 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 #924E61 is Cyan = 0, Magento = 0.47, Yellow = 0.34 and Black (K on CMYK) = 0.43.

Color convert

RGB1467897-
CMYK00.470.340.43
HSL343.24º30.36%43.92%-
HSV(B)343.24º46.58%57.25%-
XYZ16.7412.4212.83-
YUV100.5126.03160.46-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 45.48%
GREEN value IS 78 (30.86% from 255) = 24.30%
BLUE value IS 97 (38.28% from 255) = 30.22%
R=45.48%
G=24.30%
B=30.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.34
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146789700.470.340.43343.2430.3643.92
Hex924E6102F222B1571e2c
Octal22211614105742535273654
Binary1001001010011101100001010111110001010101110101011111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #924E61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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