#92585A

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

Shades of Vin Rouge #92585A

Tints of Vin Rouge #92585A

Color information

#92585A (or 0x92585A) is unknown color: approx Vin Rouge. HEX triplet: 92, 58 and 5A. RGB value is (146,88,90). Sum of RGB (Red+Green+Blue) = 146+88+90=324 (42% of max value = 765). Red value is 146 (57.42% from 255 or 45.06% from 324); Green value is 88 (34.77% from 255 or 27.16% from 324); Blue value is 90 (35.55% from 255 or 27.78% from 324); Max value from RGB is 146 - color contains mainly: red. Hex color #92585A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #92585A is #6DA7A5. Grayscale: #696969. Windows color (decimal): -7186342 or 5920914. OLE color: 5920914.

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

Color convert

RGB1468890-
CMYK00.400.380.43
HSL357.93º24.79%45.88%-
HSV(B)357.93º39.73%57.25%-
XYZ17.1913.8311.44-
YUV105.57119.22156.84-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 45.06%
GREEN value IS 88 (34.77% from 255) = 27.16%
BLUE value IS 90 (35.55% from 255) = 27.78%
R=45.06%
G=27.16%
B=27.78%

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
Decimal146889000.400.380.43357.9324.7945.88
Hex92585A028262B166192e
Octal22213013205046535463156
Binary1001001010110001011010010100010011010101110110011011001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92585A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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