#92575F

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

Shades of Vin Rouge #92575F

Tints of Vin Rouge #92575F

Color information

#92575F (or 0x92575F) is unknown color: approx Vin Rouge. HEX triplet: 92, 57 and 5F. RGB value is (146,87,95). Sum of RGB (Red+Green+Blue) = 146+87+95=328 (43% of max value = 765). Red value is 146 (57.42% from 255 or 44.51% from 328); Green value is 87 (34.38% from 255 or 26.52% from 328); Blue value is 95 (37.5% from 255 or 28.96% from 328); Max value from RGB is 146 - color contains mainly: red. Hex color #92575F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #92575F is #6DA8A0. Grayscale: #696969. Windows color (decimal): -7186593 or 6248338. OLE color: 6248338.

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

Color convert

RGB1468795-
CMYK00.400.350.43
HSL351.86º25.32%45.69%-
HSV(B)351.86º40.41%57.25%-
XYZ17.3313.7512.57-
YUV105.55122.05156.85-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 44.51%
GREEN value IS 87 (34.38% from 255) = 26.52%
BLUE value IS 95 (37.5% from 255) = 28.96%
R=44.51%
G=26.52%
B=28.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.35
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146879500.400.350.43351.8625.3245.69
Hex92575F028232B160192e
Octal22212713705043535403156
Binary1001001010101111011111010100010001110101110110000011001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92575F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92575F; }

 p { color: rgb(146,87,95); }

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

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

 a { background-color: rgb(146,87,95); }

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

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

 span { border-color: rgb(146,87,95); }

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