#925265

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

Shades of Vin Rouge #925265

Tints of Vin Rouge #925265

Color information

#925265 (or 0x925265) is unknown color: approx Vin Rouge. HEX triplet: 92, 52 and 65. RGB value is (146,82,101). Sum of RGB (Red+Green+Blue) = 146+82+101=329 (43% of max value = 765). Red value is 146 (57.42% from 255 or 44.38% from 329); Green value is 82 (32.42% from 255 or 24.92% from 329); Blue value is 101 (39.84% from 255 or 30.70% from 329); Max value from RGB is 146 - color contains mainly: red. Hex color #925265 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #925265 is #6DAD9A. Grayscale: #676767. Windows color (decimal): -7187867 or 6640274. OLE color: 6640274.

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

Color convert

RGB14682101-
CMYK00.440.310.43
HSL342.19º28.07%44.71%-
HSV(B)342.19º43.84%57.25%-
XYZ17.2213.0913.93-
YUV103.3126.7158.46-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 44.38%
GREEN value IS 82 (32.42% from 255) = 24.92%
BLUE value IS 101 (39.84% from 255) = 30.70%
R=44.38%
G=24.92%
B=30.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.31
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1468210100.440.310.43342.1928.0744.71
Hex92526502C1F2B1561c2d
Octal22212214505437535263455
Binary100100101010010110010101011001111110101110101011011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #925265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #925265; }

 p { color: rgb(146,82,101); }

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

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

 a { background-color: rgb(146,82,101); }

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

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

 span { border-color: rgb(146,82,101); }

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