#925A63

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

Shades of Vin Rouge #925A63

Tints of Vin Rouge #925A63

Color information

#925A63 (or 0x925A63) is unknown color: approx Vin Rouge. HEX triplet: 92, 5A and 63. RGB value is (146,90,99). Sum of RGB (Red+Green+Blue) = 146+90+99=335 (44% of max value = 765). Red value is 146 (57.42% from 255 or 43.58% from 335); Green value is 90 (35.55% from 255 or 26.87% from 335); Blue value is 99 (39.06% from 255 or 29.55% from 335); Max value from RGB is 146 - color contains mainly: red. Hex color #925A63 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #925A63 is #6DA59C. Grayscale: #6B6B6B. Windows color (decimal): -7185821 or 6511250. OLE color: 6511250.

HSL color Cylindrical-coordinate representation of color #925A63: hue angle of 350.36º degrees, saturation: 0.24, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #925A63 is Cyan = 0, Magento = 0.38, Yellow = 0.32 and Black (K on CMYK) = 0.43.

Color convert

RGB1469099-
CMYK00.380.320.43
HSL350.36º23.73%46.27%-
HSV(B)350.36º38.36%57.25%-
XYZ17.7614.3213.63-
YUV107.77123.05155.27-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 43.58%
GREEN value IS 90 (35.55% from 255) = 26.87%
BLUE value IS 99 (39.06% from 255) = 29.55%
R=43.58%
G=26.87%
B=29.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.32
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146909900.380.320.43350.3623.7346.27
Hex925A63026202B15e182e
Octal22213214304640535363056
Binary1001001010110101100011010011010000010101110101111011000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #925A63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #925A63; }

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

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

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

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

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

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

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

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