#92545D

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

Shades of Vin Rouge #92545D

Tints of Vin Rouge #92545D

Color information

#92545D (or 0x92545D) is unknown color: approx Vin Rouge. HEX triplet: 92, 54 and 5D. RGB value is (146,84,93). Sum of RGB (Red+Green+Blue) = 146+84+93=323 (42% of max value = 765). Red value is 146 (57.42% from 255 or 45.20% from 323); Green value is 84 (33.20% from 255 or 26.01% from 323); Blue value is 93 (36.72% from 255 or 28.79% from 323); Max value from RGB is 146 - color contains mainly: red. Hex color #92545D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #92545D is #6DABA2. Grayscale: #676767. Windows color (decimal): -7187363 or 6116498. OLE color: 6116498.

HSL color Cylindrical-coordinate representation of color #92545D: hue angle of 351.29º degrees, saturation: 0.27, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #92545D is Cyan = 0, Magento = 0.42, Yellow = 0.36 and Black (K on CMYK) = 0.43.

Color convert

RGB1468493-
CMYK00.420.360.43
HSL351.29º26.96%45.1%-
HSV(B)351.29º42.47%57.25%-
XYZ1713.2412.02-
YUV103.56122.04158.27-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 45.20%
GREEN value IS 84 (33.20% from 255) = 26.01%
BLUE value IS 93 (36.72% from 255) = 28.79%
R=45.20%
G=26.01%
B=28.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.36
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146849300.420.360.43351.2926.9645.1
Hex92545D02A242B15f1b2d
Octal22212413505244535373355
Binary1001001010101001011101010101010010010101110101111111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92545D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92545D; }

 p { color: rgb(146,84,93); }

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

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

 a { background-color: rgb(146,84,93); }

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

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

 span { border-color: rgb(146,84,93); }

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