#925466

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

Shades of Vin Rouge #925466

Tints of Vin Rouge #925466

Color information

#925466 (or 0x925466) is unknown color: approx Vin Rouge. HEX triplet: 92, 54 and 66. RGB value is (146,84,102). Sum of RGB (Red+Green+Blue) = 146+84+102=332 (43% of max value = 765). Red value is 146 (57.42% from 255 or 43.98% from 332); Green value is 84 (33.20% from 255 or 25.30% from 332); Blue value is 102 (40.23% from 255 or 30.72% from 332); Max value from RGB is 146 - color contains mainly: red. Hex color #925466 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #925466 is #6DAB99. Grayscale: #686868. Windows color (decimal): -7187354 or 6706322. OLE color: 6706322.

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

Color convert

RGB14684102-
CMYK00.420.300.43
HSL342.58º26.96%45.1%-
HSV(B)342.58º42.47%57.25%-
XYZ17.4213.4114.24-
YUV104.59126.54157.54-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 43.98%
GREEN value IS 84 (33.20% from 255) = 25.30%
BLUE value IS 102 (40.23% from 255) = 30.72%
R=43.98%
G=25.30%
B=30.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.30
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1468410200.420.300.43342.5826.9645.1
Hex92546602A1E2B1571b2d
Octal22212414605236535273355
Binary100100101010100110011001010101111010101110101011111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #925466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #925466; }

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

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

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

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

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

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

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

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