#925461

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

Shades of Vin Rouge #925461

Tints of Vin Rouge #925461

Color information

#925461 (or 0x925461) is unknown color: approx Vin Rouge. HEX triplet: 92, 54 and 61. RGB value is (146,84,97). Sum of RGB (Red+Green+Blue) = 146+84+97=327 (43% of max value = 765). Red value is 146 (57.42% from 255 or 44.65% from 327); Green value is 84 (33.20% from 255 or 25.69% from 327); Blue value is 97 (38.28% from 255 or 29.66% from 327); Max value from RGB is 146 - color contains mainly: red. Hex color #925461 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #925461 is #6DAB9E. Grayscale: #686868. Windows color (decimal): -7187359 or 6378642. OLE color: 6378642.

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

Color convert

RGB1468497-
CMYK00.420.340.43
HSL347.42º26.96%45.1%-
HSV(B)347.42º42.47%57.25%-
XYZ17.1813.3112.97-
YUV104.02124.04157.94-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 44.65%
GREEN value IS 84 (33.20% from 255) = 25.69%
BLUE value IS 97 (38.28% from 255) = 29.66%
R=44.65%
G=25.69%
B=29.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.34
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146849700.420.340.43347.4226.9645.1
Hex92546102A222B15b1b2d
Octal22212414105242535333355
Binary1001001010101001100001010101010001010101110101101111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #925461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #925461; }

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

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

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

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

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

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

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

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