#925659

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

Shades of Vin Rouge #925659

Tints of Vin Rouge #925659

Color information

#925659 (or 0x925659) is unknown color: approx Vin Rouge. HEX triplet: 92, 56 and 59. RGB value is (146,86,89). Sum of RGB (Red+Green+Blue) = 146+86+89=321 (42% of max value = 765). Red value is 146 (57.42% from 255 or 45.48% from 321); Green value is 86 (33.98% from 255 or 26.79% from 321); Blue value is 89 (35.16% from 255 or 27.73% from 321); Max value from RGB is 146 - color contains mainly: red. Hex color #925659 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #925659 is #6DA9A6. Grayscale: #686868. Windows color (decimal): -7186855 or 5854866. OLE color: 5854866.

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

Color convert

RGB1468689-
CMYK00.410.390.43
HSL357º25.86%45.49%-
HSV(B)357º41.1%57.25%-
XYZ16.9913.4911.16-
YUV104.28119.38157.76-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 45.48%
GREEN value IS 86 (33.98% from 255) = 26.79%
BLUE value IS 89 (35.16% from 255) = 27.73%
R=45.48%
G=26.79%
B=27.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.39
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146868900.410.390.4335725.8645.49
Hex925659029272B1651a2d
Octal22212613105147535453255
Binary1001001010101101011001010100110011110101110110010111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #925659

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #925659; }

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

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

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

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

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

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

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

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