#925263

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

Shades of Vin Rouge #925263

Tints of Vin Rouge #925263

Color information

#925263 (or 0x925263) is unknown color: approx Vin Rouge. HEX triplet: 92, 52 and 63. RGB value is (146,82,99). Sum of RGB (Red+Green+Blue) = 146+82+99=327 (43% of max value = 765). Red value is 146 (57.42% from 255 or 44.65% from 327); Green value is 82 (32.42% from 255 or 25.08% from 327); Blue value is 99 (39.06% from 255 or 30.28% from 327); Max value from RGB is 146 - color contains mainly: red. Hex color #925263 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #925263 is #6DAD9C. Grayscale: #676767. Windows color (decimal): -7187869 or 6509202. OLE color: 6509202.

HSL color Cylindrical-coordinate representation of color #925263: hue angle of 344.06º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #925263 is Cyan = 0, Magento = 0.44, Yellow = 0.32 and Black (K on CMYK) = 0.43.

Color convert

RGB1468299-
CMYK00.440.320.43
HSL344.06º28.07%44.71%-
HSV(B)344.06º43.84%57.25%-
XYZ17.1213.0513.42-
YUV103.07125.7158.62-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 44.65%
GREEN value IS 82 (32.42% from 255) = 25.08%
BLUE value IS 99 (39.06% from 255) = 30.28%
R=44.65%
G=25.08%
B=30.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.32
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146829900.440.320.43344.0628.0744.71
Hex92526302C202B1581c2d
Octal22212214305440535303455
Binary1001001010100101100011010110010000010101110101100011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #925263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #925263; }

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

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

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

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

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

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

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

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