#925862

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

Shades of Vin Rouge #925862

Tints of Vin Rouge #925862

Color information

#925862 (or 0x925862) is unknown color: approx Vin Rouge. HEX triplet: 92, 58 and 62. RGB value is (146,88,98). Sum of RGB (Red+Green+Blue) = 146+88+98=332 (43% of max value = 765). Red value is 146 (57.42% from 255 or 43.98% from 332); Green value is 88 (34.77% from 255 or 26.51% from 332); Blue value is 98 (38.67% from 255 or 29.52% from 332); Max value from RGB is 146 - color contains mainly: red. Hex color #925862 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #925862 is #6DA79D. Grayscale: #6A6A6A. Windows color (decimal): -7186334 or 6445202. OLE color: 6445202.

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

Color convert

RGB1468898-
CMYK00.400.330.43
HSL349.66º24.79%45.88%-
HSV(B)349.66º39.73%57.25%-
XYZ17.5513.9713.33-
YUV106.48123.22156.19-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 43.98%
GREEN value IS 88 (34.77% from 255) = 26.51%
BLUE value IS 98 (38.67% from 255) = 29.52%
R=43.98%
G=26.51%
B=29.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.33
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146889800.400.330.43349.6624.7945.88
Hex925862028212B15e192e
Octal22213014205041535363156
Binary1001001010110001100010010100010000110101110101111011001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #925862

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #925862; }

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

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

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

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

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

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

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

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