#925463

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

Shades of Vin Rouge #925463

Tints of Vin Rouge #925463

Color information

#925463 (or 0x925463) is unknown color: approx Vin Rouge. HEX triplet: 92, 54 and 63. RGB value is (146,84,99). Sum of RGB (Red+Green+Blue) = 146+84+99=329 (43% of max value = 765). Red value is 146 (57.42% from 255 or 44.38% from 329); Green value is 84 (33.20% from 255 or 25.53% from 329); Blue value is 99 (39.06% from 255 or 30.09% from 329); Max value from RGB is 146 - color contains mainly: red. Hex color #925463 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #925463 is #6DAB9C. Grayscale: #686868. Windows color (decimal): -7187357 or 6509714. OLE color: 6509714.

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

Color convert

RGB1468499-
CMYK00.420.320.43
HSL345.48º26.96%45.1%-
HSV(B)345.48º42.47%57.25%-
XYZ17.2813.3513.47-
YUV104.25125.04157.78-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 44.38%
GREEN value IS 84 (33.20% from 255) = 25.53%
BLUE value IS 99 (39.06% from 255) = 30.09%
R=44.38%
G=25.53%
B=30.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.32
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146849900.420.320.43345.4826.9645.1
Hex92546302A202B1591b2d
Octal22212414305240535313355
Binary1001001010101001100011010101010000010101110101100111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #925463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #925463; }

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

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

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

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

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

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

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

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