#925963

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

Shades of Vin Rouge #925963

Tints of Vin Rouge #925963

Color information

#925963 (or 0x925963) is unknown color: approx Vin Rouge. HEX triplet: 92, 59 and 63. RGB value is (146,89,99). Sum of RGB (Red+Green+Blue) = 146+89+99=334 (44% of max value = 765). Red value is 146 (57.42% from 255 or 43.71% from 334); Green value is 89 (35.16% from 255 or 26.65% from 334); Blue value is 99 (39.06% from 255 or 29.64% from 334); Max value from RGB is 146 - color contains mainly: red. Hex color #925963 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #925963 is #6DA69C. Grayscale: #6B6B6B. Windows color (decimal): -7186077 or 6510994. OLE color: 6510994.

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

Color convert

RGB1468999-
CMYK00.390.320.43
HSL349.47º24.26%46.08%-
HSV(B)349.47º39.04%57.25%-
XYZ17.6814.1613.61-
YUV107.18123.38155.69-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 43.71%
GREEN value IS 89 (35.16% from 255) = 26.65%
BLUE value IS 99 (39.06% from 255) = 29.64%
R=43.71%
G=26.65%
B=29.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.32
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146899900.390.320.43349.4724.2646.08
Hex925963027202B15d182e
Octal22213114304740535353056
Binary1001001010110011100011010011110000010101110101110111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #925963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #925963; }

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

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

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

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

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

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

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

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