#925261

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

Shades of Vin Rouge #925261

Tints of Vin Rouge #925261

Color information

#925261 (or 0x925261) is unknown color: approx Vin Rouge. HEX triplet: 92, 52 and 61. RGB value is (146,82,97). Sum of RGB (Red+Green+Blue) = 146+82+97=325 (43% of max value = 765). Red value is 146 (57.42% from 255 or 44.92% from 325); Green value is 82 (32.42% from 255 or 25.23% from 325); Blue value is 97 (38.28% from 255 or 29.85% from 325); Max value from RGB is 146 - color contains mainly: red. Hex color #925261 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #925261 is #6DAD9E. Grayscale: #666666. Windows color (decimal): -7187871 or 6378130. OLE color: 6378130.

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

Color convert

RGB1468297-
CMYK00.440.340.43
HSL345.94º28.07%44.71%-
HSV(B)345.94º43.84%57.25%-
XYZ17.0313.0112.92-
YUV102.85124.7158.78-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 44.92%
GREEN value IS 82 (32.42% from 255) = 25.23%
BLUE value IS 97 (38.28% from 255) = 29.85%
R=44.92%
G=25.23%
B=29.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.34
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146829700.440.340.43345.9428.0744.71
Hex92526102C222B15a1c2d
Octal22212214105442535323455
Binary1001001010100101100001010110010001010101110101101011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #925261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #925261; }

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

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

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

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

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

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

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

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