#925063

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

Shades of Vin Rouge #925063

Tints of Vin Rouge #925063

Color information

#925063 (or 0x925063) is unknown color: approx Vin Rouge. HEX triplet: 92, 50 and 63. RGB value is (146,80,99). Sum of RGB (Red+Green+Blue) = 146+80+99=325 (43% of max value = 765). Red value is 146 (57.42% from 255 or 44.92% from 325); Green value is 80 (31.64% from 255 or 24.62% from 325); Blue value is 99 (39.06% from 255 or 30.46% from 325); Max value from RGB is 146 - color contains mainly: red. Hex color #925063 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #925063 is #6DAF9C. Grayscale: #656565. Windows color (decimal): -7188381 or 6508690. OLE color: 6508690.

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

Color convert

RGB1468099-
CMYK00.450.320.43
HSL342.73º29.2%44.31%-
HSV(B)342.73º45.21%57.25%-
XYZ16.9712.7513.37-
YUV101.9126.37159.46-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 44.92%
GREEN value IS 80 (31.64% from 255) = 24.62%
BLUE value IS 99 (39.06% from 255) = 30.46%
R=44.92%
G=24.62%
B=30.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.32
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146809900.450.320.43342.7329.244.31
Hex92506302D202B1571d2c
Octal22212014305540535273554
Binary1001001010100001100011010110110000010101110101011111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #925063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #925063; }

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

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

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

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

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

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

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

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