#925861

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

Shades of Vin Rouge #925861

Tints of Vin Rouge #925861

Color information

#925861 (or 0x925861) is unknown color: approx Vin Rouge. HEX triplet: 92, 58 and 61. RGB value is (146,88,97). Sum of RGB (Red+Green+Blue) = 146+88+97=331 (43% of max value = 765). Red value is 146 (57.42% from 255 or 44.11% from 331); Green value is 88 (34.77% from 255 or 26.59% from 331); Blue value is 97 (38.28% from 255 or 29.31% from 331); Max value from RGB is 146 - color contains mainly: red. Hex color #925861 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #925861 is #6DA79E. Grayscale: #6A6A6A. Windows color (decimal): -7186335 or 6379666. OLE color: 6379666.

HSL color Cylindrical-coordinate representation of color #925861: hue angle of 350.69º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #925861 is Cyan = 0, Magento = 0.40, Yellow = 0.34 and Black (K on CMYK) = 0.43.

Color convert

RGB1468897-
CMYK00.400.340.43
HSL350.69º24.79%45.88%-
HSV(B)350.69º39.73%57.25%-
XYZ17.513.9513.08-
YUV106.37122.72156.27-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 44.11%
GREEN value IS 88 (34.77% from 255) = 26.59%
BLUE value IS 97 (38.28% from 255) = 29.31%
R=44.11%
G=26.59%
B=29.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.34
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146889700.400.340.43350.6924.7945.88
Hex925861028222B15f192e
Octal22213014105042535373156
Binary1001001010110001100001010100010001010101110101111111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #925861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #925861; }

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

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

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

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

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

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

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

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