#925163

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

Shades of Vin Rouge #925163

Tints of Vin Rouge #925163

Color information

#925163 (or 0x925163) is unknown color: approx Vin Rouge. HEX triplet: 92, 51 and 63. RGB value is (146,81,99). Sum of RGB (Red+Green+Blue) = 146+81+99=326 (43% of max value = 765). Red value is 146 (57.42% from 255 or 44.79% from 326); Green value is 81 (32.03% from 255 or 24.85% from 326); Blue value is 99 (39.06% from 255 or 30.37% from 326); Max value from RGB is 146 - color contains mainly: red. Hex color #925163 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #925163 is #6DAE9C. Grayscale: #666666. Windows color (decimal): -7188125 or 6508946. OLE color: 6508946.

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

Color convert

RGB1468199-
CMYK00.450.320.43
HSL343.38º28.63%44.51%-
HSV(B)343.38º44.52%57.25%-
XYZ17.0512.913.4-
YUV102.49126.03159.04-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 44.79%
GREEN value IS 81 (32.03% from 255) = 24.85%
BLUE value IS 99 (39.06% from 255) = 30.37%
R=44.79%
G=24.85%
B=30.37%

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
Decimal146819900.450.320.43343.3828.6344.51
Hex92516302D202B1571d2d
Octal22212114305540535273555
Binary1001001010100011100011010110110000010101110101011111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #925163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #925163; }

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

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

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

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

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

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

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

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