#925560

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

Shades of Vin Rouge #925560

Tints of Vin Rouge #925560

Color information

#925560 (or 0x925560) is unknown color: approx Vin Rouge. HEX triplet: 92, 55 and 60. RGB value is (146,85,96). Sum of RGB (Red+Green+Blue) = 146+85+96=327 (43% of max value = 765). Red value is 146 (57.42% from 255 or 44.65% from 327); Green value is 85 (33.59% from 255 or 25.99% from 327); Blue value is 96 (37.89% from 255 or 29.36% from 327); Max value from RGB is 146 - color contains mainly: red. Hex color #925560 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #925560 is #6DAA9F. Grayscale: #686868. Windows color (decimal): -7187104 or 6313362. OLE color: 6313362.

HSL color Cylindrical-coordinate representation of color #925560: hue angle of 349.18º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #925560 is Cyan = 0, Magento = 0.42, Yellow = 0.34 and Black (K on CMYK) = 0.43.

Color convert

RGB1468596-
CMYK00.420.340.43
HSL349.18º26.41%45.29%-
HSV(B)349.18º41.78%57.25%-
XYZ17.2113.4512.76-
YUV104.49123.21157.61-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 44.65%
GREEN value IS 85 (33.59% from 255) = 25.99%
BLUE value IS 96 (37.89% from 255) = 29.36%
R=44.65%
G=25.99%
B=29.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.34
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146859600.420.340.43349.1826.4145.29
Hex92556002A222B15d1a2d
Octal22212514005242535353255
Binary1001001010101011100000010101010001010101110101110111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #925560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #925560; }

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

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

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

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

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

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

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

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