#925061

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

Shades of Vin Rouge #925061

Tints of Vin Rouge #925061

Color information

#925061 (or 0x925061) is unknown color: approx Vin Rouge. HEX triplet: 92, 50 and 61. RGB value is (146,80,97). Sum of RGB (Red+Green+Blue) = 146+80+97=323 (42% of max value = 765). Red value is 146 (57.42% from 255 or 45.20% from 323); Green value is 80 (31.64% from 255 or 24.77% from 323); Blue value is 97 (38.28% from 255 or 30.03% from 323); Max value from RGB is 146 - color contains mainly: red. Hex color #925061 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #925061 is #6DAF9E. Grayscale: #656565. Windows color (decimal): -7188383 or 6377618. OLE color: 6377618.

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

Color convert

RGB1468097-
CMYK00.450.340.43
HSL344.55º29.2%44.31%-
HSV(B)344.55º45.21%57.25%-
XYZ16.8812.7112.87-
YUV101.67125.37159.62-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 45.20%
GREEN value IS 80 (31.64% from 255) = 24.77%
BLUE value IS 97 (38.28% from 255) = 30.03%
R=45.20%
G=24.77%
B=30.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.34
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146809700.450.340.43344.5529.244.31
Hex92506102D222B1591d2c
Octal22212014105542535313554
Binary1001001010100001100001010110110001010101110101100111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #925061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #925061; }

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

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

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

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

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

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

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

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