#925459

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

Shades of Vin Rouge #925459

Tints of Vin Rouge #925459

Color information

#925459 (or 0x925459) is unknown color: approx Vin Rouge. HEX triplet: 92, 54 and 59. RGB value is (146,84,89). Sum of RGB (Red+Green+Blue) = 146+84+89=319 (42% of max value = 765). Red value is 146 (57.42% from 255 or 45.77% from 319); Green value is 84 (33.20% from 255 or 26.33% from 319); Blue value is 89 (35.16% from 255 or 27.90% from 319); Max value from RGB is 146 - color contains mainly: red. Hex color #925459 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #925459 is #6DABA6. Grayscale: #676767. Windows color (decimal): -7187367 or 5854354. OLE color: 5854354.

HSL color Cylindrical-coordinate representation of color #925459: hue angle of 355.16º degrees, saturation: 0.27, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #925459 is Cyan = 0, Magento = 0.42, Yellow = 0.39 and Black (K on CMYK) = 0.43.

Color convert

RGB1468489-
CMYK00.420.390.43
HSL355.16º26.96%45.1%-
HSV(B)355.16º42.47%57.25%-
XYZ16.8313.1711.11-
YUV103.11120.04158.59-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 45.77%
GREEN value IS 84 (33.20% from 255) = 26.33%
BLUE value IS 89 (35.16% from 255) = 27.90%
R=45.77%
G=26.33%
B=27.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.39
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146848900.420.390.43355.1626.9645.1
Hex92545902A272B1631b2d
Octal22212413105247535433355
Binary1001001010101001011001010101010011110101110110001111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #925459

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #925459; }

 p { color: rgb(146,84,89); }

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

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

 a { background-color: rgb(146,84,89); }

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

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

 span { border-color: rgb(146,84,89); }

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