#925060

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

Shades of Vin Rouge #925060

Tints of Vin Rouge #925060

Color information

#925060 (or 0x925060) is unknown color: approx Vin Rouge. HEX triplet: 92, 50 and 60. RGB value is (146,80,96). Sum of RGB (Red+Green+Blue) = 146+80+96=322 (42% of max value = 765). Red value is 146 (57.42% from 255 or 45.34% from 322); Green value is 80 (31.64% from 255 or 24.84% from 322); Blue value is 96 (37.89% from 255 or 29.81% from 322); Max value from RGB is 146 - color contains mainly: red. Hex color #925060 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #925060 is #6DAF9F. Grayscale: #656565. Windows color (decimal): -7188384 or 6312082. OLE color: 6312082.

HSL color Cylindrical-coordinate representation of color #925060: hue angle of 345.45º 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 #925060 is Cyan = 0, Magento = 0.45, Yellow = 0.34 and Black (K on CMYK) = 0.43.

Color convert

RGB1468096-
CMYK00.450.340.43
HSL345.45º29.2%44.31%-
HSV(B)345.45º45.21%57.25%-
XYZ16.8312.6912.63-
YUV101.56124.87159.7-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 45.34%
GREEN value IS 80 (31.64% from 255) = 24.84%
BLUE value IS 96 (37.89% from 255) = 29.81%
R=45.34%
G=24.84%
B=29.81%

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
Decimal146809600.450.340.43345.4529.244.31
Hex92506002D222B1591d2c
Octal22212014005542535313554
Binary1001001010100001100000010110110001010101110101100111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #925060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #925060; }

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

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

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

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

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

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

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

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