#925960

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

Shades of Vin Rouge #925960

Tints of Vin Rouge #925960

Color information

#925960 (or 0x925960) is unknown color: approx Vin Rouge. HEX triplet: 92, 59 and 60. RGB value is (146,89,96). Sum of RGB (Red+Green+Blue) = 146+89+96=331 (43% of max value = 765). Red value is 146 (57.42% from 255 or 44.11% from 331); Green value is 89 (35.16% from 255 or 26.89% from 331); Blue value is 96 (37.89% from 255 or 29.00% from 331); Max value from RGB is 146 - color contains mainly: red. Hex color #925960 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #925960 is #6DA69F. Grayscale: #6A6A6A. Windows color (decimal): -7186080 or 6314386. OLE color: 6314386.

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

Color convert

RGB1468996-
CMYK00.390.340.43
HSL352.63º24.26%46.08%-
HSV(B)352.63º39.04%57.25%-
XYZ17.5414.112.86-
YUV106.84121.88155.93-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 44.11%
GREEN value IS 89 (35.16% from 255) = 26.89%
BLUE value IS 96 (37.89% from 255) = 29.00%
R=44.11%
G=26.89%
B=29.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.34
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146899600.390.340.43352.6324.2646.08
Hex925960027222B161182e
Octal22213114004742535413056
Binary1001001010110011100000010011110001010101110110000111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #925960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #925960; }

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

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

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

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

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

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

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

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