#925159

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

Shades of Vin Rouge #925159

Tints of Vin Rouge #925159

Color information

#925159 (or 0x925159) is unknown color: approx Vin Rouge. HEX triplet: 92, 51 and 59. RGB value is (146,81,89). Sum of RGB (Red+Green+Blue) = 146+81+89=316 (41% of max value = 765). Red value is 146 (57.42% from 255 or 46.20% from 316); Green value is 81 (32.03% from 255 or 25.63% from 316); Blue value is 89 (35.16% from 255 or 28.16% from 316); Max value from RGB is 146 - color contains mainly: red. Hex color #925159 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #925159 is #6DAEA6. Grayscale: #656565. Windows color (decimal): -7188135 or 5853586. OLE color: 5853586.

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

Color convert

RGB1468189-
CMYK00.450.390.43
HSL352.62º28.63%44.51%-
HSV(B)352.62º44.52%57.25%-
XYZ16.612.7211.03-
YUV101.35121.03159.85-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 46.20%
GREEN value IS 81 (32.03% from 255) = 25.63%
BLUE value IS 89 (35.16% from 255) = 28.16%
R=46.20%
G=25.63%
B=28.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.39
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146818900.450.390.43352.6228.6344.51
Hex92515902D272B1611d2d
Octal22212113105547535413555
Binary1001001010100011011001010110110011110101110110000111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #925159

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #925159; }

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

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

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

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

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

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

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

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