#925768

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

Shades of Vin Rouge #925768

Tints of Vin Rouge #925768

Color information

#925768 (or 0x925768) is unknown color: approx Vin Rouge. HEX triplet: 92, 57 and 68. RGB value is (146,87,104). Sum of RGB (Red+Green+Blue) = 146+87+104=337 (44% of max value = 765). Red value is 146 (57.42% from 255 or 43.32% from 337); Green value is 87 (34.38% from 255 or 25.82% from 337); Blue value is 104 (41.02% from 255 or 30.86% from 337); Max value from RGB is 146 - color contains mainly: red. Hex color #925768 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #925768 is #6DA897. Grayscale: #6A6A6A. Windows color (decimal): -7186584 or 6838162. OLE color: 6838162.

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

Color convert

RGB14687104-
CMYK00.400.290.43
HSL342.71º25.32%45.69%-
HSV(B)342.71º40.41%57.25%-
XYZ17.7613.9314.85-
YUV106.58126.55156.12-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 43.32%
GREEN value IS 87 (34.38% from 255) = 25.82%
BLUE value IS 104 (41.02% from 255) = 30.86%
R=43.32%
G=25.82%
B=30.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.29
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1468710400.400.290.43342.7125.3245.69
Hex9257680281D2B157192e
Octal22212715005035535273156
Binary100100101010111110100001010001110110101110101011111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #925768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #925768; }

 p { color: rgb(146,87,104); }

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

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

 a { background-color: rgb(146,87,104); }

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

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

 span { border-color: rgb(146,87,104); }

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