#92565B

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

Shades of Vin Rouge #92565B

Tints of Vin Rouge #92565B

Color information

#92565B (or 0x92565B) is unknown color: approx Vin Rouge. HEX triplet: 92, 56 and 5B. RGB value is (146,86,91). Sum of RGB (Red+Green+Blue) = 146+86+91=323 (42% of max value = 765). Red value is 146 (57.42% from 255 or 45.20% from 323); Green value is 86 (33.98% from 255 or 26.63% from 323); Blue value is 91 (35.94% from 255 or 28.17% from 323); Max value from RGB is 146 - color contains mainly: red. Hex color #92565B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #92565B is #6DA9A4. Grayscale: #686868. Windows color (decimal): -7186853 or 5985938. OLE color: 5985938.

HSL color Cylindrical-coordinate representation of color #92565B: hue angle of 355º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #92565B is Cyan = 0, Magento = 0.41, Yellow = 0.38 and Black (K on CMYK) = 0.43.

Color convert

RGB1468691-
CMYK00.410.380.43
HSL355º25.86%45.49%-
HSV(B)355º41.1%57.25%-
XYZ17.0713.5211.61-
YUV104.51120.38157.59-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 45.20%
GREEN value IS 86 (33.98% from 255) = 26.63%
BLUE value IS 91 (35.94% from 255) = 28.17%
R=45.20%
G=26.63%
B=28.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.38
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146869100.410.380.4335525.8645.49
Hex92565B029262B1631a2d
Octal22212613305146535433255
Binary1001001010101101011011010100110011010101110110001111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92565B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92565B; }

 p { color: rgb(146,86,91); }

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

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

 a { background-color: rgb(146,86,91); }

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

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

 span { border-color: rgb(146,86,91); }

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