#925763

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

Shades of Vin Rouge #925763

Tints of Vin Rouge #925763

Color information

#925763 (or 0x925763) is unknown color: approx Vin Rouge. HEX triplet: 92, 57 and 63. RGB value is (146,87,99). Sum of RGB (Red+Green+Blue) = 146+87+99=332 (43% of max value = 765). Red value is 146 (57.42% from 255 or 43.98% from 332); Green value is 87 (34.38% from 255 or 26.20% from 332); Blue value is 99 (39.06% from 255 or 29.82% from 332); Max value from RGB is 146 - color contains mainly: red. Hex color #925763 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #925763 is #6DA89C. Grayscale: #6A6A6A. Windows color (decimal): -7186589 or 6510482. OLE color: 6510482.

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

Color convert

RGB1468799-
CMYK00.400.320.43
HSL347.8º25.32%45.69%-
HSV(B)347.8º40.41%57.25%-
XYZ17.5113.8313.55-
YUV106.01124.05156.52-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 43.98%
GREEN value IS 87 (34.38% from 255) = 26.20%
BLUE value IS 99 (39.06% from 255) = 29.82%
R=43.98%
G=26.20%
B=29.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.32
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146879900.400.320.43347.825.3245.69
Hex925763028202B15c192e
Octal22212714305040535343156
Binary1001001010101111100011010100010000010101110101110011001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #925763

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #925763; }

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

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

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

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

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

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

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

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