#925465

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

Shades of Vin Rouge #925465

Tints of Vin Rouge #925465

Color information

#925465 (or 0x925465) is unknown color: approx Vin Rouge. HEX triplet: 92, 54 and 65. RGB value is (146,84,101). Sum of RGB (Red+Green+Blue) = 146+84+101=331 (43% of max value = 765). Red value is 146 (57.42% from 255 or 44.11% from 331); Green value is 84 (33.20% from 255 or 25.38% from 331); Blue value is 101 (39.84% from 255 or 30.51% from 331); Max value from RGB is 146 - color contains mainly: red. Hex color #925465 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #925465 is #6DAB9A. Grayscale: #686868. Windows color (decimal): -7187355 or 6640786. OLE color: 6640786.

HSL color Cylindrical-coordinate representation of color #925465: hue angle of 343.55º degrees, saturation: 0.27, 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 #925465 is Cyan = 0, Magento = 0.42, Yellow = 0.31 and Black (K on CMYK) = 0.43.

Color convert

RGB14684101-
CMYK00.420.310.43
HSL343.55º26.96%45.1%-
HSV(B)343.55º42.47%57.25%-
XYZ17.3713.3913.98-
YUV104.48126.04157.62-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 44.11%
GREEN value IS 84 (33.20% from 255) = 25.38%
BLUE value IS 101 (39.84% from 255) = 30.51%
R=44.11%
G=25.38%
B=30.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.31
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1468410100.420.310.43343.5526.9645.1
Hex92546502A1F2B1581b2d
Octal22212414505237535303355
Binary100100101010100110010101010101111110101110101100011011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #925465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #925465; }

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

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

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

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

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

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

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

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