#924D5D

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

Shades of Vin Rouge #924D5D

Tints of Vin Rouge #924D5D

Color information

#924D5D (or 0x924D5D) is unknown color: approx Vin Rouge. HEX triplet: 92, 4D and 5D. RGB value is (146,77,93). Sum of RGB (Red+Green+Blue) = 146+77+93=316 (41% of max value = 765). Red value is 146 (57.42% from 255 or 46.20% from 316); Green value is 77 (30.47% from 255 or 24.37% from 316); Blue value is 93 (36.72% from 255 or 29.43% from 316); Max value from RGB is 146 - color contains mainly: red. Hex color #924D5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #924D5D is #6DB2A2. Grayscale: #636363. Windows color (decimal): -7189155 or 6114706. OLE color: 6114706.

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

Color convert

RGB1467793-
CMYK00.470.360.43
HSL346.09º30.94%43.73%-
HSV(B)346.09º47.26%57.25%-
XYZ16.4812.2111.84-
YUV99.46124.36161.2-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 46.20%
GREEN value IS 77 (30.47% from 255) = 24.37%
BLUE value IS 93 (36.72% from 255) = 29.43%
R=46.20%
G=24.37%
B=29.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.36
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146779300.470.360.43346.0930.9443.73
Hex924D5D02F242B15a1f2c
Octal22211513505744535323754
Binary1001001010011011011101010111110010010101110101101011111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #924D5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,77,93); }

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

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

 a { background-color: rgb(146,77,93); }

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

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

 span { border-color: rgb(146,77,93); }

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