#925760

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

Shades of Vin Rouge #925760

Tints of Vin Rouge #925760

Color information

#925760 (or 0x925760) is unknown color: approx Vin Rouge. HEX triplet: 92, 57 and 60. RGB value is (146,87,96). Sum of RGB (Red+Green+Blue) = 146+87+96=329 (43% of max value = 765). Red value is 146 (57.42% from 255 or 44.38% from 329); Green value is 87 (34.38% from 255 or 26.44% from 329); Blue value is 96 (37.89% from 255 or 29.18% from 329); Max value from RGB is 146 - color contains mainly: red. Hex color #925760 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #925760 is #6DA89F. Grayscale: #696969. Windows color (decimal): -7186592 or 6313874. OLE color: 6313874.

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

Color convert

RGB1468796-
CMYK00.400.340.43
HSL350.85º25.32%45.69%-
HSV(B)350.85º40.41%57.25%-
XYZ17.3713.7712.81-
YUV105.67122.55156.77-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 44.38%
GREEN value IS 87 (34.38% from 255) = 26.44%
BLUE value IS 96 (37.89% from 255) = 29.18%
R=44.38%
G=26.44%
B=29.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.34
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146879600.400.340.43350.8525.3245.69
Hex925760028222B15f192e
Octal22212714005042535373156
Binary1001001010101111100000010100010001010101110101111111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #925760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #925760; }

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

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

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

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

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

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

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

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