#925365

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

Shades of Vin Rouge #925365

Tints of Vin Rouge #925365

Color information

#925365 (or 0x925365) is unknown color: approx Vin Rouge. HEX triplet: 92, 53 and 65. RGB value is (146,83,101). Sum of RGB (Red+Green+Blue) = 146+83+101=330 (43% of max value = 765). Red value is 146 (57.42% from 255 or 44.24% from 330); Green value is 83 (32.81% from 255 or 25.15% from 330); Blue value is 101 (39.84% from 255 or 30.61% from 330); Max value from RGB is 146 - color contains mainly: red. Hex color #925365 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #925365 is #6DAC9A. Grayscale: #676767. Windows color (decimal): -7187611 or 6640530. OLE color: 6640530.

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

Color convert

RGB14683101-
CMYK00.430.310.43
HSL342.86º27.51%44.9%-
HSV(B)342.86º43.15%57.25%-
XYZ17.313.2413.96-
YUV103.89126.37158.04-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 44.24%
GREEN value IS 83 (32.81% from 255) = 25.15%
BLUE value IS 101 (39.84% from 255) = 30.61%
R=44.24%
G=25.15%
B=30.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.31
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1468310100.430.310.43342.8627.5144.9
Hex92536502B1F2B1571c2d
Octal22212314505337535273455
Binary100100101010011110010101010111111110101110101011111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #925365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #925365; }

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

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

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

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

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

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

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

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