#925863

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

Shades of Vin Rouge #925863

Tints of Vin Rouge #925863

Color information

#925863 (or 0x925863) is unknown color: approx Vin Rouge. HEX triplet: 92, 58 and 63. RGB value is (146,88,99). Sum of RGB (Red+Green+Blue) = 146+88+99=333 (44% of max value = 765). Red value is 146 (57.42% from 255 or 43.84% from 333); Green value is 88 (34.77% from 255 or 26.43% from 333); Blue value is 99 (39.06% from 255 or 29.73% from 333); Max value from RGB is 146 - color contains mainly: red. Hex color #925863 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #925863 is #6DA79C. Grayscale: #6A6A6A. Windows color (decimal): -7186333 or 6510738. OLE color: 6510738.

HSL color Cylindrical-coordinate representation of color #925863: hue angle of 348.62º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #925863 is Cyan = 0, Magento = 0.40, Yellow = 0.32 and Black (K on CMYK) = 0.43.

Color convert

RGB1468899-
CMYK00.400.320.43
HSL348.62º24.79%45.88%-
HSV(B)348.62º39.73%57.25%-
XYZ17.613.9913.58-
YUV106.6123.72156.11-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 43.84%
GREEN value IS 88 (34.77% from 255) = 26.43%
BLUE value IS 99 (39.06% from 255) = 29.73%
R=43.84%
G=26.43%
B=29.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.32
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146889900.400.320.43348.6224.7945.88
Hex925863028202B15d192e
Octal22213014305040535353156
Binary1001001010110001100011010100010000010101110101110111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #925863

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #925863; }

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

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

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

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

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

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

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

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