#92585B

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

Shades of Vin Rouge #92585B

Tints of Vin Rouge #92585B

Color information

#92585B (or 0x92585B) is unknown color: approx Vin Rouge. HEX triplet: 92, 58 and 5B. RGB value is (146,88,91). Sum of RGB (Red+Green+Blue) = 146+88+91=325 (43% of max value = 765). Red value is 146 (57.42% from 255 or 44.92% from 325); Green value is 88 (34.77% from 255 or 27.08% from 325); Blue value is 91 (35.94% from 255 or 28% from 325); Max value from RGB is 146 - color contains mainly: red. Hex color #92585B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #92585B is #6DA7A4. Grayscale: #696969. Windows color (decimal): -7186341 or 5986450. OLE color: 5986450.

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

Color convert

RGB1468891-
CMYK00.400.380.43
HSL356.9º24.79%45.88%-
HSV(B)356.9º39.73%57.25%-
XYZ17.2313.8511.66-
YUV105.68119.72156.76-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 44.92%
GREEN value IS 88 (34.77% from 255) = 27.08%
BLUE value IS 91 (35.94% from 255) = 28%
R=44.92%
G=27.08%
B=28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.38
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146889100.400.380.43356.924.7945.88
Hex92585B028262B165192e
Octal22213013305046535453156
Binary1001001010110001011011010100010011010101110110010111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92585B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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